mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
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] _RUNME0 = "select -assert-count 2 t:foo";
|
||||||
wire [1023:0] _RUNME1 = "select -assert-count 1 t:winnie";
|
wire [1023:0] _RUNME1 = "select -assert-count 1 t:winnie";
|
||||||
|
endmodule
|
||||||
|
|
||||||
|
module other;
|
||||||
wire [1023:0] _DELETE = "delete c:bar";
|
wire [1023:0] _DELETE = "delete c:bar";
|
||||||
endmodule
|
endmodule
|
||||||
EOT
|
EOT
|
||||||
|
|
Loading…
Reference in a new issue