aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/examples/simtest.sh
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2021-11-05 13:26:05 -0400
committerWilliam D. Jones <thor0505@comcast.net>2021-12-16 16:59:38 -0500
commit4d757922572e6009777c6d533d410cdb2257c363 (patch)
treef5f6fc264284d2bfc7302b9dbe763d409595e48c /machxo2/examples/simtest.sh
parentbe3788fa3004cfee1058293d5da6ba758f913e7e (diff)
downloadnextpnr-4d757922572e6009777c6d533d410cdb2257c363.tar.gz
nextpnr-4d757922572e6009777c6d533d410cdb2257c363.tar.bz2
nextpnr-4d757922572e6009777c6d533d410cdb2257c363.zip
machxo2: Remove no-iobs option. It was always enabled and should remain an implementation detail.
Diffstat (limited to 'machxo2/examples/simtest.sh')
-rw-r--r--machxo2/examples/simtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/examples/simtest.sh b/machxo2/examples/simtest.sh
index 2c7f6f30..0adf1751 100644
--- a/machxo2/examples/simtest.sh
+++ b/machxo2/examples/simtest.sh
@@ -30,7 +30,7 @@ set -ex
${YOSYS:-yosys} -p "read_verilog ${1}.v
synth_machxo2 -json ${1}.json"
-${NEXTPNR:-../../nextpnr-machxo2} $NEXTPNR_MODE --1200 --package QFN32 --no-iobs --json ${1}.json --write ${2}${1}.json
+${NEXTPNR:-../../nextpnr-machxo2} $NEXTPNR_MODE --1200 --package QFN32 --json ${1}.json --write ${2}${1}.json
${YOSYS:-yosys} -p "read_verilog -lib +/machxo2/cells_sim.v
read_json ${2}${1}.json
clean -purge