gateware/icE1usb: Set divider of I2C core to be ~ 400 kHz

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I1dd4ab34da9d01b599cf9c782e721aaee9b8740d
This commit is contained in:
Sylvain Munaut 2022-05-03 13:53:29 +02:00
parent 921f4779f5
commit 0c1684e5ae
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ module top (
// Controller
i2c_master_wb #(
.DW(3),
.DW(4),
.FIFO_DEPTH(0)
) i2c_I (
.scl_oe (i2c_scl_oe),