diff options
author | Xiretza <xiretza@xiretza.xyz> | 2020-09-16 17:59:37 +0200 |
---|---|---|
committer | Xiretza <xiretza@xiretza.xyz> | 2020-09-21 15:07:02 +0200 |
commit | acd47bbd52d11216b883b99f3e17ae4ffbd5f4a3 (patch) | |
tree | df050fa4d1176a714b5c954f9d1d9f105ca61a61 /tests/techmap/recursive_runtest.sh | |
parent | c6ff947f6bac336ab5a31913c2daf7ad1cb8b91b (diff) | |
download | yosys-acd47bbd52d11216b883b99f3e17ae4ffbd5f4a3.tar.gz yosys-acd47bbd52d11216b883b99f3e17ae4ffbd5f4a3.tar.bz2 yosys-acd47bbd52d11216b883b99f3e17ae4ffbd5f4a3.zip |
tests: Centralize test collection and Makefile generation
Diffstat (limited to 'tests/techmap/recursive_runtest.sh')
-rw-r--r-- | tests/techmap/recursive_runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/techmap/recursive_runtest.sh b/tests/techmap/recursive_runtest.sh index 30c79bf03..0725ccf40 100644 --- a/tests/techmap/recursive_runtest.sh +++ b/tests/techmap/recursive_runtest.sh @@ -1,3 +1,3 @@ -set -ev +set -e ../../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 |