mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-01 02:18:47 +00:00
3 lines
158 B
Bash
3 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
|