diff options
author | William D. Jones <thor0505@comcast.net> | 2021-02-08 01:45:42 -0500 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-02-12 10:36:59 +0000 |
commit | 77bb3e73cd2cb771d04522f4b8e33017a28424c7 (patch) | |
tree | 99cac917be022b068b626209ea83f9ef1446320b /machxo2/examples | |
parent | 2b54e87548befa65ce058d23aec82d389190ba55 (diff) | |
download | nextpnr-77bb3e73cd2cb771d04522f4b8e33017a28424c7.tar.gz nextpnr-77bb3e73cd2cb771d04522f4b8e33017a28424c7.tar.bz2 nextpnr-77bb3e73cd2cb771d04522f4b8e33017a28424c7.zip |
machxo2: Fix unhelpful comment in mitertest.sh.
Diffstat (limited to 'machxo2/examples')
-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 |