laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/28012
)
Change subject: gateware/icE1usb: Set divider of I2C core to be ~ 400 kHz
......................................................................
gateware/icE1usb: Set divider of I2C core to be ~ 400 kHz
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
Change-Id: I1dd4ab34da9d01b599cf9c782e721aaee9b8740d
---
M gateware/icE1usb/rtl/top.v
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/gateware/icE1usb/rtl/top.v b/gateware/icE1usb/rtl/top.v
index fdf75a1..7762fb0 100644
--- a/gateware/icE1usb/rtl/top.v
+++ b/gateware/icE1usb/rtl/top.v
@@ -316,7 +316,7 @@
// Controller
i2c_master_wb #(
- .DW(3),
+ .DW(4),
.FIFO_DEPTH(0)
) i2c_I (
.scl_oe (i2c_scl_oe),
--
To view, visit
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/28012
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: I1dd4ab34da9d01b599cf9c782e721aaee9b8740d
Gerrit-Change-Number: 28012
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt(a)246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged