We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f1280 commit c652158Copy full SHA for c652158
src/top.v
@@ -79,7 +79,6 @@ module tt_um_cpu_top (
79
assign uio_out = 8'b0;
80
assign uio_oe = 8'b0;
81
82
- // List all unused inputs to prevent warnings
83
wire _unused = &{uio_in[7:1], ena};
84
85
endmodule
0 commit comments