aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/carry_tests/test.sh
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-26 16:23:10 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-26 16:23:10 +0200
commit67d4720989f3609ee2fc2335d906e08f7f50843a (patch)
tree0bef5771ef7642089bcbb637e8a2131679087920 /ice40/carry_tests/test.sh
parent841d126672112e65450322c5f905bbf22b7dfa54 (diff)
downloadnextpnr-67d4720989f3609ee2fc2335d906e08f7f50843a.tar.gz
nextpnr-67d4720989f3609ee2fc2335d906e08f7f50843a.tar.bz2
nextpnr-67d4720989f3609ee2fc2335d906e08f7f50843a.zip
ice40: Fixing carry chain legaliser
Signed-off-by: David Shah <davey1576@gmail.com>
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