摘要数据存储技术是在现代生活,工业,军事和科研中应用很广泛的一门技术。本文是 基于 Altera 公司 Cyclone FPGA 进行设计的数据存储系统。
本文首先介绍了关于 ARM+FPGA 嵌入式系统的研究背景和国内外研究现状,接着对本 文工作进行了总体介绍。然后分成三个部分对数据存储系统的设计过程进行详细的阐述。 第一部分主要介绍了本系统设计所使用的硬件评估板,对设计系统时使用的功能模块进 行描述;第二部分具体的讲述了系统软件部分设计过程,主要是使用 Quartus 软件中的 Qsys 工具进行 IP 核的制作、模块参数的配置以及软件工作流程的阐述;第三部分主要是 对整个数据存储系统进行功能测试,分别对 DDR3 存储和 SD 卡存储进行测试,将存储的 数据信息在电脑屏幕上显示,从而达到数据存储系统系统的设计要求。73294
毕业论文关键词 SD 卡数据存储 FPGA ARM Qsys 软件设计
毕 业 设 计 说 明 书 外 文 摘 要
Title The SD memory card technology based on Cyclone V FPGA Series
Abstract Data storage technology is the technology which has very broad applications in modern life, industrial, military and scientific research。 This article introduces how to design data storage system based on Altera's Cyclone FPGA。
Firstly, this paper introduces the research background on the status of ARM + FPGA embedded systems and the research at home and abroad。 This work is a general introduction and pides into three parts to describe the design process data storage system in detail。 The first part focuses on the hardware evaluation board that design of the system used and describing the functional module used in the design system; the second part describes the design process of the specific software system, primarily using Qsys tools in Quartus software to produce the IP core as well as module parameter configuration and elaborating the work flow of the software; The third part is the test of the entire data storage system function, including DDR3 memory and SD memory card。 Meanwhile,displaying the data stored information on computer screen to achieve the design requirements of the data storage system。
Keywords SD card data storage FPGA ARM Qsys software design
本科毕业设计说明书 第 I 页
目 录
1 绪论 1
1。1 研究背景及意义 1
1。2 国内外研究现状 2
1。3 本文主要工作 3
2 基于 Cyclone V SoC 评估板系统 4
2。1 Cyclone V SoC 评估板 4
2。2 FPGA 核心控制模块介绍 6
2。3 本章小结 12
3 基于 Cyclone V SoC 评估板的软件设计 13
3。1 数据存储系统软件总体方案设计 13
3。2 数据存储系统整体 Qsys 模型设计