3
0
Fork 0
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:
Eddie Hung 2019-07-02 08:22:31 -07:00
parent f1504696e5
commit 81a717e9b7

View file

@ -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