mirror of https://github.com/YosysHQ/yosys.git
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
|
logger -expect warning "is implicitly declared." 2
|
||
|
read_verilog << EOF
|
||
|
module top(...);
|
||
|
assign b = w;
|
||
|
endmodule
|
||
|
EOF
|