Try command in another module

This commit is contained in:
Eddie Hung 2019-06-28 13:41:32 -07:00
parent 4e1a4927e2
commit 64f6b0c747
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ read_verilog -formal <<EOT
wire [1023:0] _RUNME0 = "select -assert-count 2 t:foo";
wire [1023:0] _RUNME1 = "select -assert-count 1 t:winnie";
endmodule
module other;
wire [1023:0] _DELETE = "delete c:bar";
endmodule
EOT