aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/examples
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2021-02-08 02:28:03 -0500
committergatecat <gatecat@ds0.me>2021-02-12 10:36:59 +0000
commit74b5e846a526670dcef78da73c5bf95d61d82a90 (patch)
treef99179fa1c23f2185f5f5f30b2baf9e6f5c00deb /machxo2/examples
parent77bb3e73cd2cb771d04522f4b8e33017a28424c7 (diff)
downloadnextpnr-74b5e846a526670dcef78da73c5bf95d61d82a90.tar.gz
nextpnr-74b5e846a526670dcef78da73c5bf95d61d82a90.tar.bz2
nextpnr-74b5e846a526670dcef78da73c5bf95d61d82a90.zip
machxo2: auto-top does not work for smt miter either.
Diffstat (limited to 'machxo2/examples')
-rw-r--r--machxo2/examples/mitertest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/examples/mitertest.sh b/machxo2/examples/mitertest.sh
index 14c6fe61..cfae28b7 100644
--- a/machxo2/examples/mitertest.sh
+++ b/machxo2/examples/mitertest.sh
@@ -59,7 +59,7 @@ do_smt() {
read_verilog +/machxo2/cells_sim.v
miter -equiv -make_assert gold gate ${2}${1}_miter
- hierarchy -auto-top -check; proc;
+ hierarchy -top ${2}${1}_miter; proc;
opt_clean
write_verilog ${2}${1}_miter.v
write_smt2 ${2}${1}_miter.smt2"