yosys/tests/techmap/recursive_runtest.sh

4 lines
159 B
Bash
Raw Normal View History

2019-08-21 05:05:16 +02: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