We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019a642 commit 0cca679Copy full SHA for 0cca679
tb/i2c_master_tb.v
@@ -10,7 +10,7 @@ module i2c_master_tb;
10
// Parameters
11
12
parameter CLK_PERIOD = 10; // 10ns clock period (100MHz clock)
13
- parameter ENABLE_DEVICE_3 = 0; // Set to 0 to disable device 3
+ parameter ENABLE_DEVICE_3 = 1; // Set to 0 to disable device 3
14
parameter ENABLE_DEVICE_4 = 1; // Set to 0 to disable device 4
15
16
reg clk = 0;
0 commit comments