machxo2: Remove -noiopad option when generating miters for post-pnr verification.
This commit is contained in:
parent
365a871908
commit
be3788fa30
@ -61,6 +61,7 @@ do_smt() {
|
||||
miter -equiv -make_assert gold gate ${2}${1}_miter
|
||||
hierarchy -top ${2}${1}_miter; proc;
|
||||
opt_clean
|
||||
flatten t:*FACADE_IO*
|
||||
write_verilog ${2}${1}_miter.v
|
||||
write_smt2 ${2}${1}_miter.smt2"
|
||||
|
||||
@ -71,7 +72,7 @@ do_smt() {
|
||||
set -ex
|
||||
|
||||
${YOSYS:-yosys} -p "read_verilog ${1}.v
|
||||
synth_machxo2 -noiopad -json ${1}.json"
|
||||
synth_machxo2 -json ${1}.json"
|
||||
${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