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