ROMGenerator Code
Brought to you by:
knoeohcd
| File | Date | Author | Commit |
|---|---|---|---|
| src | 2015-07-12 |
|
[c566b5] Corrected a bad file size in the offset calcula... |
| .hgignore | 2015-04-27 |
|
[19a0f0] Added an .hgignore file. |
| .hgsub | 2015-05-29 |
|
[d62faf] Changed .hgsub to use the 'public' access to Ru... |
| .hgsubstate | 2015-07-12 |
|
[1f0dd7] Small corrections to support WIN32 builds. |
| .hgtags | 2015-07-12 |
|
[16c0c6] Added tag 1.0.1 for changeset 8c37ebb80ac0 |
| CMakeLists.txt | 2015-07-12 |
|
[1f0dd7] Small corrections to support WIN32 builds. |
| ROMGenerator.doxyfile | 2015-04-24 |
|
[d9f05d] Added the basic project infrastructure. |
| Readme.txt | 2015-06-24 |
|
[d54d41] Improved the documentation. |
Compile: mkdir build cd build cmake .. make romGenerator Usage: Query the online help: bin/romGenerator --help Generate a VHDL ROM description using the default settings (no clock, low-active output enable) from the bytes 2..12 of the file test200Bytes mapped to the ROM cells starting at 0x0, mapping the first 5 bytes of this file to the ROM cells starting from address 10: bin/romGenerator -outputFile=ROM.vhdl -defaultValue=0xFF -sources=test200Bytes.bin::length10::offset2,test200Bytes.bin::length5::mapTo10