Initial commit
This commit is contained in:
7
tools/ConvertToMif.sh
Executable file
7
tools/ConvertToMif.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user