mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
Update test for Pass::call_on_module()
This commit is contained in:
parent
f1504696e5
commit
81a717e9b7
|
@ -9,7 +9,7 @@ read_verilog -formal <<EOT
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module other;
|
module other;
|
||||||
wire [1023:0] _DELETE = "delete c:bar";
|
wire [1023:0] _DELETE = "cd; delete c:bar";
|
||||||
endmodule
|
endmodule
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue