URL
https://opencores.org/ocsvn/ae18/ae18/trunk
[/] [ae18/] [trunk/] [sw/] [hex2rom] - Blame information for rev 20
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
2 |
sybreon |
#!/bin/sh
|
2 |
|
|
objcopy -I ihex -O binary $1 $1.bin && hexdump -v -e'1/2 "%.4X\n"' $1.bin > $1.rom && rm $1.bin && mv $1.rom ../sim/
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.