tnt has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/28013 )
Change subject: gateware/icE1usb: Use custom I2C core by default rather than SB_I2C
......................................................................
gateware/icE1usb: Use custom I2C core by default rather than SB_I2C
SB_I2C is apparently just a pain to use and buggy and such, so
use our custom one.
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
Change-Id: I1596ccbf03dd4450f519fe9b54a7fece125a7fbc
---
M gateware/icE1usb/rtl/top.v
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware refs/changes/13/28013/1
diff --git a/gateware/icE1usb/rtl/top.v b/gateware/icE1usb/rtl/top.v
index 7762fb0..a2b8979 100644
--- a/gateware/icE1usb/rtl/top.v
+++ b/gateware/icE1usb/rtl/top.v
@@ -12,8 +12,8 @@
`default_nettype none
// `define WITH_SINGLE_CHANNEL
-`define WITH_SB_I2C
-// `define WITH_CUSTOM_I2C
+// `define WITH_SB_I2C
+`define WITH_CUSTOM_I2C
module top (
// E1 PHY
--
To view, visit
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/28013
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: I1596ccbf03dd4450f519fe9b54a7fece125a7fbc
Gerrit-Change-Number: 28013
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt(a)246tNt.com>
Gerrit-MessageType: newchange