aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/carry_tests
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-26 14:37:01 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-26 14:37:01 +0200
commit29df577f14c8e6f870c4dfbd633effc664219252 (patch)
treeb0310aa011eefb7319b86885e20bd73a888a6275 /ice40/carry_tests
parent2073403f41daa8d6f9d44e65dd70cd6308aaf2e6 (diff)
downloadnextpnr-29df577f14c8e6f870c4dfbd633effc664219252.tar.gz
nextpnr-29df577f14c8e6f870c4dfbd633effc664219252.tar.bz2
nextpnr-29df577f14c8e6f870c4dfbd633effc664219252.zip
Fixing packing of carry cells
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/carry_tests')
-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 8e028f16..47a9e5ef 100755
--- a/ice40/carry_tests/test.sh
+++ b/ice40/carry_tests/test.sh
@@ -2,7 +2,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
+../../nextpnr-ice40 --json ${NAME}.json --pcf test.pcf --asc ${NAME}.asc --verbose
icebox_vlog -p test.pcf ${NAME}.asc > ${NAME}_out.v
yosys -p "read_verilog +/ice40/cells_sim.v;\