aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/examples/simtest.sh
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-12-17 07:11:31 +0000
committerGitHub <noreply@github.com>2021-12-17 07:11:31 +0000
commita12057777334be8e45e540c63c0da199a59489ba (patch)
tree2394fb1f6461efcffc7c7d169bf67d9ea414c369 /machxo2/examples/simtest.sh
parentd04cfd5f0f6da184f5b8a03f0ce18fbd1d98eca3 (diff)
parent064b6d808e9b91c93258a53ac1a18b3b84431545 (diff)
downloadnextpnr-a12057777334be8e45e540c63c0da199a59489ba.tar.gz
nextpnr-a12057777334be8e45e540c63c0da199a59489ba.tar.bz2
nextpnr-a12057777334be8e45e540c63c0da199a59489ba.zip
Merge pull request #858 from cr1901/machxo2
MachXO2 Checkpoint 2
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