URL
https://opencores.org/ocsvn/ion/ion/trunk
Subversion Repositories ion
Compare Revisions
- This comparison shows the changes necessary to convert path
/ion/trunk/src/memtest
- from Rev 193 to Rev 197
- ↔ Reverse comparison
Rev 193 → Rev 197
/readme.txt
1,8 → 1,13
This code sample tests access to external (off-FPGA) memory, including both |
16-bit SRAM and 8-bit FLASH present in the DE-1 board. |
|
Can be simulated (both Modelsim and SW simulator) and synthesized to a hardware |
demo (see makefiles). |
|
File flash.bin is meant to be loaded at the start of the flash of the DE-1 |
board using the altera tools provided for that purpose. This program will |
board using the Altera/Terasic tool provided for that purpose. This program will |
eventually jump to flash (see the sources and makefile) so if you leave it |
unprogrammed you will skip the final part of the test (execution from 8-bit |
static memory). |
|
|