Skip to content

Commit

Permalink
warning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Jun 28, 2023
1 parent 08a41eb commit 42b1918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdl/jt03.v
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ u_jt12(
.addr ( {1'b0, addr} ),
.cs_n ( cs_n ),
.wr_n ( wr_n ),
.ch_enable ( 5'd0 ),
.ch_enable ( 6'd0 ),

.dout ( dout ),
.irq_n ( irq_n ),
Expand Down

0 comments on commit 42b1918

Please sign in to comment.