From 5717496b9e7327c18eeb05e349c9915c5d7b2d64 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 13 Jul 2026 20:29:47 -0700 Subject: [PATCH] eth: Fix typo Signed-off-by: Alex Forencich --- src/eth/example/KR260/fpga/rtl/fpga_core.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eth/example/KR260/fpga/rtl/fpga_core.sv b/src/eth/example/KR260/fpga/rtl/fpga_core.sv index 2aa20cf..0b8c110 100644 --- a/src/eth/example/KR260/fpga/rtl/fpga_core.sv +++ b/src/eth/example/KR260/fpga/rtl/fpga_core.sv @@ -416,7 +416,7 @@ end else begin : sfp_mac // PHY parameters .DATA_W(axis_sfp_tx[0].DATA_W), - .USXGMII_EN(axis_qsfp_tx[0].DATA_W == 32), + .USXGMII_EN(axis_sfp_tx[0].DATA_W == 32), .DIC_EN(1'b1), .PTP_TS_EN(1'b0), .PTP_TD_EN(1'b0),