projects
/
ls2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee8396
)
re-enable build of firmware in sim
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 4 Apr 2022 16:25:44 +0000
(17:25 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 4 Apr 2022 16:25:44 +0000
(17:25 +0100)
runsimsoc_hyperram.sh
patch
|
blob
|
history
diff --git
a/runsimsoc_hyperram.sh
b/runsimsoc_hyperram.sh
index 934c7438dfeb7aabde153db5b4977f2ed3a90fb2..0fc1fe11fa4e4b6c91f2adfbe532b5a633bda088 100755
(executable)
--- a/
runsimsoc_hyperram.sh
+++ b/
runsimsoc_hyperram.sh
@@
-13,10
+13,10
@@
FIRMWARE=./coldboot/coldboot.bin
python3 scripts/bin2hex.py ${FIRMWARE} 32 > ${QSPI_DIR}/firmware.hex
# create the build_simsoc/top.il file with firmware baked-in
-
#
python3 src/ls2.py isim ./coldboot/coldboot.bin
+python3 src/ls2.py isim ./coldboot/coldboot.bin
# do some voodoo magic to get icarus to be happy with the ilang file
-
#
yosys simsoc.ys
+yosys simsoc.ys
# fix a bug in Lattice ECP5 models
cp ${LIB_DIR}/DDRDLLA.v DDRDLLA.v