diff options
Diffstat (limited to 'ice40/carry_tests/test.sh')
-rwxr-xr-x | ice40/carry_tests/test.sh | 2 |
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;\ |