gateware/icE1usb: Typo in instance names

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I7db544b4ff98fcfc382193f040550f377178aebf
This commit is contained in:
Sylvain Munaut 2022-05-03 13:59:49 +02:00
parent f12087fed3
commit 9e02d4cd99
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ module misc (
.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 @@ module misc (
.L(2),
.RST_VAL(1'b0),
.WITH_SYNCHRONIZER(1)
) btn_flt_I (
) pps_flt_I (
.in (gps_pps_iob),
.val (),
.rise (gps_pps_r),