laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/28010
)
Change subject: gateware/icE1usb: Typo in instance names
......................................................................
gateware/icE1usb: Typo in instance names
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
Change-Id: I7db544b4ff98fcfc382193f040550f377178aebf
---
M gateware/icE1usb/rtl/misc.v
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/gateware/icE1usb/rtl/misc.v b/gateware/icE1usb/rtl/misc.v
index 1dd9f8c..7aaa068 100644
--- a/gateware/icE1usb/rtl/misc.v
+++ b/gateware/icE1usb/rtl/misc.v
@@ -198,7 +198,7 @@
.PIN_TYPE(6'b000000), // Reg input, no output
.PULLUP(1'b0),
.IO_STANDARD("SB_LVCMOS")
- ) btn_iob_I (
+ ) pps_iob_I (
.PACKAGE_PIN(gps_pps),
.INPUT_CLK (clk),
.D_IN_0 (gps_pps_iob)
@@ -209,7 +209,7 @@
.L(2),
.RST_VAL(1'b0),
.WITH_SYNCHRONIZER(1)
- ) btn_flt_I (
+ ) pps_flt_I (
.in (gps_pps_iob),
.val (),
.rise (gps_pps_r),
--
To view, visit
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/28010
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: I7db544b4ff98fcfc382193f040550f377178aebf
Gerrit-Change-Number: 28010
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt(a)246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged