aboutsummaryrefslogtreecommitdiffstats
path: root/tests/techmap/recursive_runtest.sh
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-20 20:06:47 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-20 20:06:47 -0700
commitaffe9c9c1ad2dd208507931f0606c23941660d6b (patch)
tree3b1a34f041a6501438ec8b294e3c43b79eeaceca /tests/techmap/recursive_runtest.sh
parent57493e328ad69b749619bc692130e28ab5c212ee (diff)
parentfe61dcce8b70236b29691fa56c562d17497d3567 (diff)
downloadyosys-affe9c9c1ad2dd208507931f0606c23941660d6b.tar.gz
yosys-affe9c9c1ad2dd208507931f0606c23941660d6b.tar.bz2
yosys-affe9c9c1ad2dd208507931f0606c23941660d6b.zip
Merge branch 'eddie/fix_techmap' into xaig_arrival
Diffstat (limited to 'tests/techmap/recursive_runtest.sh')
-rw-r--r--tests/techmap/recursive_runtest.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/techmap/recursive_runtest.sh b/tests/techmap/recursive_runtest.sh
new file mode 100644
index 000000000..30c79bf03
--- /dev/null
+++ b/tests/techmap/recursive_runtest.sh
@@ -0,0 +1,3 @@
+set -ev
+
+../../yosys -p 'hierarchy -top top; techmap -map recursive_map.v -max_iter 1; select -assert-count 2 t:sub; select -assert-count 2 t:bar' recursive.v