We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb69b8 commit fb55e3fCopy full SHA for fb55e3f
tests/various/bug4082.ys
@@ -0,0 +1,8 @@
1
+read_verilog <<EOF
2
+module top;
3
+ wire a;
4
+ wire b;
5
+ assign a = b;
6
+endmodule
7
+EOF
8
+delete w:a
0 commit comments