From ffb3b3a9de8d837eb2ef50c1aeaf9787d8b1bdeb Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sat, 4 Jul 2026 01:02:07 -0700 Subject: [PATCH] eth: Update example designs Signed-off-by: Alex Forencich --- src/eth/example/KCU105/fpga/rtl/fpga_core.sv | 4 ++++ src/eth/example/ZCU102/fpga/rtl/fpga_core.sv | 4 ++++ src/eth/example/ZCU106/fpga/rtl/fpga_core.sv | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/src/eth/example/KCU105/fpga/rtl/fpga_core.sv b/src/eth/example/KCU105/fpga/rtl/fpga_core.sv index a1d2da4..8df3fec 100644 --- a/src/eth/example/KCU105/fpga/rtl/fpga_core.sv +++ b/src/eth/example/KCU105/fpga/rtl/fpga_core.sv @@ -502,6 +502,10 @@ if (SFP_RATE == 0) begin : sfp_mac .an_timeout(), .an_adv_ability('{2{16'h0020}}), .an_lp_adv_ability(), + .an_lp_remote_fault(), + .an_res_full_duplex(), + .an_res_tx_pause(), + .an_res_rx_pause(), /* * PTP clock diff --git a/src/eth/example/ZCU102/fpga/rtl/fpga_core.sv b/src/eth/example/ZCU102/fpga/rtl/fpga_core.sv index 4f431a6..c00fdbe 100644 --- a/src/eth/example/ZCU102/fpga/rtl/fpga_core.sv +++ b/src/eth/example/ZCU102/fpga/rtl/fpga_core.sv @@ -368,6 +368,10 @@ if (SFP_RATE == 0) begin : sfp_mac .an_timeout(), .an_adv_ability('{4{16'h0020}}), .an_lp_adv_ability(), + .an_lp_remote_fault(), + .an_res_full_duplex(), + .an_res_tx_pause(), + .an_res_rx_pause(), /* * PTP clock diff --git a/src/eth/example/ZCU106/fpga/rtl/fpga_core.sv b/src/eth/example/ZCU106/fpga/rtl/fpga_core.sv index 01da20d..d5ad276 100644 --- a/src/eth/example/ZCU106/fpga/rtl/fpga_core.sv +++ b/src/eth/example/ZCU106/fpga/rtl/fpga_core.sv @@ -369,6 +369,10 @@ if (SFP_RATE == 0) begin : sfp_mac .an_timeout(), .an_adv_ability('{2{16'h0020}}), .an_lp_adv_ability(), + .an_lp_remote_fault(), + .an_res_full_duplex(), + .an_res_tx_pause(), + .an_res_rx_pause(), /* * PTP clock