OpenCores
URL https://opencores.org/ocsvn/ae18/ae18/trunk

Subversion Repositories ae18

[/] [ae18/] [trunk/] [sw/] [hex2rom] - Diff between revs 2 and 20

Only display areas with differences | Details | Blame | View Log

Rev 2 Rev 20
#!/bin/sh
#!/bin/sh
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/
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/
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.