Skip to content

Commit 0cca679

Browse files
authored
Update i2c_master_tb.v
does this work?
1 parent 019a642 commit 0cca679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tb/i2c_master_tb.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module i2c_master_tb;
1010
// Parameters
1111

1212
parameter CLK_PERIOD = 10; // 10ns clock period (100MHz clock)
13-
parameter ENABLE_DEVICE_3 = 0; // Set to 0 to disable device 3
13+
parameter ENABLE_DEVICE_3 = 1; // Set to 0 to disable device 3
1414
parameter ENABLE_DEVICE_4 = 1; // Set to 0 to disable device 4
1515

1616
reg clk = 0;

0 commit comments

Comments
 (0)