Thomasu
New Contributor
11 months agoTCL to modify hex file
Hi
Does anybody know how to design a TCL to:
-- open a .hex file, 8 bit data wide
-- combine to 32 bits wide data
-- re-split into 8 bits wide data while reversing the order of the words
-- combining it back to 32 bit wide
-- save it to a .mif file
Thereafter I would need to:
-- update the mif file of my project
-- run the assembler
These last 2 steps I guess I can find how to manage but the first part of my stuff:
no idea...