Just as a reminder for me.
From time to time I need to convert a binary ROM file (bios or cartridge data) to a format which the Altera Quartus Suite can understand. It can be in hex but I chose the Memory Initialization File (MIF) format by Altera.
1 |
srec_cat <input file> -binary -o <output file>.mif -mif |
srec_cat: http://sourceforge.net/projects/srecord/files/srecord-win32/
hi,
sounds usfull. how can i implement it ?
just download the tool in the link and run the command ?
thanks !
moshe
Yup. Its a command line tool and doesn’t need to be installed. Just download and run it.