diff options
| -rw-r--r-- | machxo2/examples/mitertest.sh | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/machxo2/examples/mitertest.sh b/machxo2/examples/mitertest.sh index 06b99125..14c6fe61 100644 --- a/machxo2/examples/mitertest.sh +++ b/machxo2/examples/mitertest.sh @@ -72,7 +72,6 @@ set -ex  ${YOSYS:-yosys} -p "read_verilog ${1}.v                      synth_machxo2 -noiopad -json ${1}.json" -# FIXME: --json option really not needed here.  ${NEXTPNR:-../../nextpnr-machxo2} $NEXTPNR_MODE --1200 --package QFN32 --no-iobs --json ${1}.json --write ${2}${1}.json  ${YOSYS:-yosys} -p "read_verilog -lib +/machxo2/cells_sim.v                      read_json ${2}${1}.json  | 
