aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/carry_tests/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/carry_tests/test.sh')
-rwxr-xr-xice40/carry_tests/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/carry_tests/test.sh b/ice40/carry_tests/test.sh
index 01aa4209..0ba63365 100755
--- a/ice40/carry_tests/test.sh
+++ b/ice40/carry_tests/test.sh
@@ -3,7 +3,7 @@ set -ex
NAME=${1%.v}
yosys -p "synth_ice40 -top top; write_json ${NAME}.json" $1
../../nextpnr-ice40 --json ${NAME}.json --pcf test.pcf --asc ${NAME}.asc --verbose
-icebox_vlog -p test.pcf ${NAME}.asc > ${NAME}_out.v
+icebox_vlog -p test.pcf -L ${NAME}.asc > ${NAME}_out.v
iverilog -o ${NAME}_sim.out ${NAME}_tb.v ${NAME}_out.v
vvp ${NAME}_sim.out