mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-07 08:57:24 +00:00
machxo2: Fix unhelpful comment in mitertest.sh.
This commit is contained in:
committed by
gatecat
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
|
||||
|
||||
Reference in New Issue
Block a user