mirror of https://github.com/YosysHQ/yosys.git
Try command in another module
This commit is contained in:
parent
4e1a4927e2
commit
64f6b0c747
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue