yosys/tests/techmap/recursive_runtest.sh

4 lines
172 B
Bash
Raw Normal View History

set -e
2019-08-20 22:05:16 -05:00
../../yosys -p 'read_verilog recursive.v; hierarchy -top top; techmap -map recursive_map.v -max_iter 1; select -assert-count 2 t:sub; select -assert-count 2 t:bar'