3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00

Expand test with `hierarchy' without -auto-top

This commit is contained in:
Eddie Hung 2019-09-03 12:17:26 -07:00
parent 8124716830
commit 0ca0706630

View file

@ -13,8 +13,15 @@ module sub(input i, output o);
assign o = ~i;
endmodule
EOT
design -save read
hierarchy -auto-top
select -assert-any top
select -assert-any sub
select -assert-none foo
design -load read
hierarchy
select -assert-any top
select -assert-any sub
select -assert-none foo