1
0
mirror of synced 2026-05-25 22:38:11 +00:00
Files
YosysHQ.yosys/tests/techmap/recursive_runtest.sh
2026-05-19 14:26:07 +02:00

4 lines
169 B
Bash

set -e
${YOSYS} -p 'read_verilog recursive.v; hierarchy -top top; techmap -map recursive_map.v -max_iter 1; select -assert-count 2 t:sub; select -assert-count 2 t:bar'