Q:Intel FPGA Monitor Program里集成的Computer System是什么架构的呢?
A:我们以DE2-115的DE2-115_Computer System为例介绍,简单说DE2-115_Computer System就是一个Qsys系统,该系统包含Nios II处理器以及DE2-115开发板上几乎所有的外设比如常使用的LED、HEX、SW以及Memory等。
Intel FPGA Monitor Program可以支持汇编(Assembly )语言和C语言开发,与我们之前的基于Nios II的工程开发一样,通过Intel FPGA Monitor Program先将DE2-115_Computer System的.sof文件下载到DE2-115开发板,然后将汇编(Assembly )语言和C语言工程编译后的配置文件下载到开发板并运行,开发板外设也是通过读写其相关的寄存器进行控制。
注:DE2-115_Computer System的Quartus工程在Intel FPGA Monitor Program安装后的University_Program\Computer_Systems\DE2-115\DE2-115_Computer\verilog路径里;详细的DE2-115_Computer System介绍可参考University_Program\Computer_Systems\DE2-115\DE2-115_Computer\doc_Nios路径里的DE2-115_Computer_NiosII文档。