From: Eddie Hung Date: Tue, 3 Sep 2019 19:17:26 +0000 (-0700) Subject: Expand test with `hierarchy' without -auto-top X-Git-Tag: working-ls180~1078^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ca070663091ec0eecd089801f37339feb7813c8;p=yosys.git Expand test with `hierarchy' without -auto-top --- diff --git a/tests/various/hierarchy_defer.ys b/tests/various/hierarchy_defer.ys index baec52c9d..70f5b70a3 100644 --- a/tests/various/hierarchy_defer.ys +++ b/tests/various/hierarchy_defer.ys @@ -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