machxo2: Fix unhelpful comment in mitertest.sh.
This commit is contained in:
parent
2b54e87548
commit
77bb3e73cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user