mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
8 lines
92 B
Text
8 lines
92 B
Text
read_verilog <<EOF
|
|
module top;
|
|
wire a;
|
|
wire b;
|
|
assign a = b;
|
|
endmodule
|
|
EOF
|
|
delete w:a
|