yosys/tests/techmap/recursive_runtest.sh

4 lines
159 B
Bash
Raw Normal View History

2019-08-20 22:05:16 -05:00
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