yosys/tests/various/bug4082.ys

9 lines
92 B
Plaintext

read_verilog <<EOF
module top;
wire a;
wire b;
assign a = b;
endmodule
EOF
delete w:a