mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
rtlil: Add wire deletion test
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
read_verilog <<EOF
|
||||
module top;
|
||||
wire a;
|
||||
wire b;
|
||||
assign a = b;
|
||||
endmodule
|
||||
EOF
|
||||
delete w:a
|
||||
Reference in New Issue
Block a user