3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

box_derive: Finish the test

This commit is contained in:
Martin Povišer 2024-05-21 16:34:49 +02:00
parent 49906be776
commit bff2443af8

View file

@ -35,3 +35,13 @@ endmodule
EOF
box_derive -naming_attr final_name top
select -assert-mod-count 1 =bb1
select -assert-mod-count 0 =bb2
select -assert-mod-count 1 =bb3
select -assert-mod-count 1 =cc1
select -assert-mod-count 0 =cc2
select -assert-mod-count 0 =cc3
# the original aa, bb, cc, and 5 specializations
select -assert-mod-count 8 =A:whitebox