Initial commit

This commit is contained in:
Philip Smart
2019-10-25 17:16:34 +01:00
commit 4a64af4a00
252 changed files with 134777 additions and 0 deletions

7
tools/ConvertToMif.sh Executable file
View 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