From c2858c183e5ef0b05b0c50c47b7572af3ab0df1f Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 5 Nov 2025 21:28:42 -0800 Subject: [PATCH] eth: Fix typo in fb2CG@KU15P example design Signed-off-by: Alex Forencich --- src/eth/example/fb2CG/fpga/rtl/fpga_core.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eth/example/fb2CG/fpga/rtl/fpga_core.sv b/src/eth/example/fb2CG/fpga/rtl/fpga_core.sv index 74e7c5b..5a15a72 100644 --- a/src/eth/example/fb2CG/fpga/rtl/fpga_core.sv +++ b/src/eth/example/fb2CG/fpga/rtl/fpga_core.sv @@ -187,7 +187,7 @@ assign qsfp_rx_n[4*1 +: 4] = qsfp_1_rx_n; for (genvar n = 0; n < 2; n = n + 1) begin : gty_quad - localparam CLK = 4; + localparam CLK = n; localparam CNT = 4; taxi_eth_mac_25g_us #(