Skip to content

Commit

Permalink
Update i2c_master_tb.v
Browse files Browse the repository at this point in the history
does this work?
  • Loading branch information
Kreijstal authored Jul 8, 2024
1 parent 019a642 commit 0cca679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tb/i2c_master_tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module i2c_master_tb;
// Parameters

parameter CLK_PERIOD = 10; // 10ns clock period (100MHz clock)
parameter ENABLE_DEVICE_3 = 0; // Set to 0 to disable device 3
parameter ENABLE_DEVICE_3 = 1; // Set to 0 to disable device 3
parameter ENABLE_DEVICE_4 = 1; // Set to 0 to disable device 4

reg clk = 0;
Expand Down

0 comments on commit 0cca679

Please sign in to comment.