From 2c553baeac92026177dcf3be95cb793f1a5c973d Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 12 May 2016 18:32:07 +0200 Subject: Added icebram bitslice replacer --- icebram/rundemo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icebram/rundemo.sh') 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 ) -- cgit v1.2.3