Skip to content

Commit 14a8648

Browse files
authored
explicit debug statement
1 parent 6968834 commit 14a8648

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tb/i2c_master_tb.v

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ module i2c_master_tb;
8888

8989
i2c_single_reg #(
9090
.FILTER_LEN(4),
91-
.DEV_ADDR (7'h70)
91+
.DEV_ADDR (7'h70),
92+
.DEBUG(1)
9293
) i2c_reg (
9394
.clk(clk),
9495
.rst(rst),

0 commit comments

Comments
 (0)