aboutsummaryrefslogtreecommitdiffstats
path: root/icebram/rundemo.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-05-12 18:32:07 +0200
committerClifford Wolf <clifford@clifford.at>2016-05-12 18:32:07 +0200
commit2c553baeac92026177dcf3be95cb793f1a5c973d (patch)
tree3ab656702552922b7af3d50b25ea27b55dae5ab7 /icebram/rundemo.sh
parent0e1417249c832afabb3c81eb707d39efe94955df (diff)
downloadicestorm-2c553baeac92026177dcf3be95cb793f1a5c973d.tar.gz
icestorm-2c553baeac92026177dcf3be95cb793f1a5c973d.tar.bz2
icestorm-2c553baeac92026177dcf3be95cb793f1a5c973d.zip
Added icebram bitslice replacer
Diffstat (limited to 'icebram/rundemo.sh')
-rw-r--r--icebram/rundemo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/icebram/rundemo.sh b/icebram/rundemo.sh
index b2e7ecd..4e90ea2 100644
--- a/icebram/rundemo.sh
+++ b/icebram/rundemo.sh
@@ -5,7 +5,7 @@ python3 makedemo.py
yosys -p 'synth_ice40 -blif demo.blif' demo.v
arachne-pnr -d 8k -w demo.pcf -o demo.asc demo.blif
-./icebram demo_dat0.hex demo_dat1.hex < demo.asc > demo_new.asc
+./icebram -v demo_dat0.hex demo_dat1.hex < demo.asc > demo_new.asc
icebox_vlog -n demo -p demo.pcf -c demo_new.asc > demo_new.v
iverilog -o demo.vvp demo_tb.v demo_new.v $( yosys-config --datdir/ice40/cells_sim.v )