eth: Update example designs

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-06-30 00:33:21 -07:00
parent 5f9e16d56c
commit e6fe163e17
3 changed files with 36 additions and 0 deletions

View File

@@ -412,6 +412,7 @@ if (SFP_RATE == 0) begin : sfp_mac
.GT_TYPE("GTH"),
// PHY parameters
.AN_EN(1'b1),
.DIC_EN(1'b1),
.PTP_TS_EN(1'b0),
.PTP_TD_EN(1'b0),
@@ -488,6 +489,17 @@ if (SFP_RATE == 0) begin : sfp_mac
*/
.m_axis_rx(axis_sfp_rx),
/*
* Autonegotiation
*/
.an_en('{2{1'b1}}),
.an_restart('{2{1'b0}}),
.an_speedup('{2{1'b0}}),
.an_intr(),
.an_complete(),
.an_adv_ability('{2{16'h0020}}),
.an_lp_adv_ability(),
/*
* PTP clock
*/

View File

@@ -279,6 +279,7 @@ if (SFP_RATE == 0) begin : sfp_mac
// PHY parameters
.COMBINED_MAC_PCS(COMBINED_MAC_PCS),
.AN_EN(1'b1),
.DIC_EN(1'b1),
.PTP_TS_EN(1'b0),
.PTP_TD_EN(1'b0),
@@ -354,6 +355,17 @@ if (SFP_RATE == 0) begin : sfp_mac
*/
.m_axis_rx(axis_sfp_rx),
/*
* Autonegotiation
*/
.an_en('{4{1'b1}}),
.an_restart('{4{1'b0}}),
.an_speedup('{4{1'b0}}),
.an_intr(),
.an_complete(),
.an_adv_ability('{4{16'h0020}}),
.an_lp_adv_ability(),
/*
* PTP clock
*/

View File

@@ -279,6 +279,7 @@ if (SFP_RATE == 0) begin : sfp_mac
// PHY parameters
.COMBINED_MAC_PCS(COMBINED_MAC_PCS),
.AN_EN(1'b1),
.DIC_EN(1'b1),
.PTP_TS_EN(1'b0),
.PTP_TD_EN(1'b0),
@@ -355,6 +356,17 @@ if (SFP_RATE == 0) begin : sfp_mac
*/
.m_axis_rx(axis_sfp_rx),
/*
* Autonegotiation
*/
.an_en('{2{1'b1}}),
.an_restart('{2{1'b0}}),
.an_speedup('{2{1'b0}}),
.an_intr(),
.an_complete(),
.an_adv_ability('{2{16'h0020}}),
.an_lp_adv_ability(),
/*
* PTP clock
*/