diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-20 20:06:47 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-20 20:06:47 -0700 |
commit | affe9c9c1ad2dd208507931f0606c23941660d6b (patch) | |
tree | 3b1a34f041a6501438ec8b294e3c43b79eeaceca /tests/techmap/recursive_runtest.sh | |
parent | 57493e328ad69b749619bc692130e28ab5c212ee (diff) | |
parent | fe61dcce8b70236b29691fa56c562d17497d3567 (diff) | |
download | yosys-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.sh | 3 |
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 |