Try command in another module
authorEddie Hung <eddie@fpgeh.com>
Fri, 28 Jun 2019 20:41:32 +0000 (13:41 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 28 Jun 2019 20:41:32 +0000 (13:41 -0700)
tests/various/script.ys

index 6044ad9b3913f05807017c291fcde6c2004c00c9..9ccc727eb8bd953411618c027cbb2fddbb232a78 100644 (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