From: Luke Kenneth Casson Leighton Date: Mon, 4 Apr 2022 16:25:44 +0000 (+0100) Subject: re-enable build of firmware in sim X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8d7c26b8ba72d177aee3a7fb2cce71bed601450;p=ls2.git re-enable build of firmware in sim --- diff --git a/runsimsoc_hyperram.sh b/runsimsoc_hyperram.sh index 934c743..0fc1fe1 100755 --- 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