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