Skip to content

Commit

Permalink
explicit debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreijstal authored Jul 12, 2024
1 parent 6968834 commit 14a8648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tb/i2c_master_tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ module i2c_master_tb;

i2c_single_reg #(
.FILTER_LEN(4),
.DEV_ADDR (7'h70)
.DEV_ADDR (7'h70),
.DEBUG(1)
) i2c_reg (
.clk(clk),
.rst(rst),
Expand Down

0 comments on commit 14a8648

Please sign in to comment.