Forum Discussion

Thomasu's avatar
Thomasu
Icon for New Contributor rankNew Contributor
11 months ago

TCL 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 -- com...