yosys/tests/various/bug4082.ys

9 lines
92 B
Plaintext
Raw Permalink Normal View History

2024-01-22 14:42:45 +01:00
read_verilog <<EOF
module top;
wire a;
wire b;
assign a = b;
endmodule
EOF
delete w:a