Menu

Tree [c566b5] default tip /
 History

Read Only access


File Date Author Commit
 src 2015-07-12 knoeohcd knoeohcd [c566b5] Corrected a bad file size in the offset calcula...
 .hgignore 2015-04-27 knoeohcd knoeohcd [19a0f0] Added an .hgignore file.
 .hgsub 2015-05-29 knoeohcd knoeohcd [d62faf] Changed .hgsub to use the 'public' access to Ru...
 .hgsubstate 2015-07-12 knoeohcd knoeohcd [1f0dd7] Small corrections to support WIN32 builds.
 .hgtags 2015-07-12 knoeohcd knoeohcd [16c0c6] Added tag 1.0.1 for changeset 8c37ebb80ac0
 CMakeLists.txt 2015-07-12 knoeohcd knoeohcd [1f0dd7] Small corrections to support WIN32 builds.
 ROMGenerator.doxyfile 2015-04-24 knoeohcd knoeohcd [d9f05d] Added the basic project infrastructure.
 Readme.txt 2015-06-24 knoeohcd knoeohcd [d54d41] Improved the documentation.

Read Me

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.