From d8d7c26b8ba72d177aee3a7fb2cce71bed601450 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 4 Apr 2022 17:25:44 +0100 Subject: [PATCH] re-enable build of firmware in sim --- runsimsoc_hyperram.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2