mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
4 lines
158 B
Bash
4 lines
158 B
Bash
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
|