Skip to content

Commit a8f1280

Browse files
committed
fix linting error
1 parent 9b169e5 commit a8f1280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/top.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ module tt_um_cpu_top (
8080
assign uio_oe = 8'b0;
8181

8282
// List all unused inputs to prevent warnings
83-
wire _unused = &{ena, 1'b0};
83+
wire _unused = &{uio_in[7:1], ena};
8484

8585
endmodule

0 commit comments

Comments
 (0)