mirror of https://github.com/YosysHQ/yosys.git
4 lines
159 B
Bash
4 lines
159 B
Bash
|
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
|