This simple program perform the conversion from an intel hex format file to a vhdl prom file.
This can be useful when you have to simulate a processor core.
Actually the vhdl output file support only 16 data width, but if someone need a different data /size
I can modify it.
Sorry, but you need login in to view this attachment
This simple program perform the conversion from an intel hex format file to a vhdl prom file.
This can be useful when you have to simulate a processor core.
Actually the vhdl output file support only 16 data width, but if someone need a different data /size
I can modify it.
For a program that does 100 times more than this (all kinds of file formats, filters, ...) check out Peter Miller's SRECORD.
Don't be fooled by the name it does Intel Hex, VHDL, and a dozen other formats as well.