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