📄 readme.txt
字号:
This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 32-bit SDR SDRAM and 1 Mbyte of SRAM. Later versions of this board used DDR RAM, for which you shoulduse the leon3-altera-ep2s60-ddr template design.* How to program the flash prom with a FPGA programming file 1. Create a hex file of the programming file with Quartus. 2. Convert it to srecord and adjust the load address: objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec 3. Program the flash memory using grmon: flash erase 0x800000 0xb00000 flash load fpga.srec
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -