Files
tranZPUter/tools/ConvertToMif.sh
Philip Smart 1457131052 First push
2019-10-25 20:11:42 +01:00

8 lines
187 B
Bash
Executable File

#!/bin/bash
BASE=`basename $1`
echo "Converting ${BASE}.bin to Memory Initialization File ${BASE}.mif..."
srec_cat ${BASE}.bin -binary -Output ${BASE}.mif -Memory_Initialization_File