mirror of
https://github.com/fpganinja/taxi.git
synced 2026-07-23 16:41:23 -07:00
eth: Update example designs
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -412,6 +412,7 @@ if (SFP_RATE == 0) begin : sfp_mac
|
||||
.GT_TYPE("GTH"),
|
||||
|
||||
// PHY parameters
|
||||
.SGMII_EN(1'b1),
|
||||
.AN_EN(1'b1),
|
||||
.DIC_EN(1'b1),
|
||||
.PTP_TS_EN(1'b0),
|
||||
@@ -496,13 +497,19 @@ if (SFP_RATE == 0) begin : sfp_mac
|
||||
.an_restart('{2{1'b0}}),
|
||||
.an_speedup('{2{1'b0}}),
|
||||
.an_timeout_en('{2{1'b1}}),
|
||||
.an_sgmii_en('{2{1'b0}}),
|
||||
.an_sgmii_auto('{2{1'b1}}),
|
||||
.an_intr(),
|
||||
.an_running(),
|
||||
.an_complete(),
|
||||
.an_timeout(),
|
||||
.an_adv_ability('{2{16'h0020}}),
|
||||
.an_sgmii_mode(),
|
||||
.an_adv_ability_basex('{2{16'h0020}}),
|
||||
.an_adv_ability_sgmii('{2{16'h0001}}),
|
||||
.an_lp_adv_ability(),
|
||||
.an_lp_remote_fault(),
|
||||
.an_lp_sgmii_link(),
|
||||
.an_lp_sgmii_speed(),
|
||||
.an_res_full_duplex(),
|
||||
.an_res_tx_pause(),
|
||||
.an_res_rx_pause(),
|
||||
|
||||
@@ -279,6 +279,7 @@ if (SFP_RATE == 0) begin : sfp_mac
|
||||
|
||||
// PHY parameters
|
||||
.COMBINED_MAC_PCS(COMBINED_MAC_PCS),
|
||||
.SGMII_EN(1'b1),
|
||||
.AN_EN(1'b1),
|
||||
.DIC_EN(1'b1),
|
||||
.PTP_TS_EN(1'b0),
|
||||
@@ -362,13 +363,19 @@ if (SFP_RATE == 0) begin : sfp_mac
|
||||
.an_restart('{4{1'b0}}),
|
||||
.an_speedup('{4{1'b0}}),
|
||||
.an_timeout_en('{4{1'b1}}),
|
||||
.an_sgmii_en('{4{1'b0}}),
|
||||
.an_sgmii_auto('{4{1'b1}}),
|
||||
.an_intr(),
|
||||
.an_running(),
|
||||
.an_complete(),
|
||||
.an_timeout(),
|
||||
.an_adv_ability('{4{16'h0020}}),
|
||||
.an_sgmii_mode(),
|
||||
.an_adv_ability_basex('{4{16'h0020}}),
|
||||
.an_adv_ability_sgmii('{4{16'h0001}}),
|
||||
.an_lp_adv_ability(),
|
||||
.an_lp_remote_fault(),
|
||||
.an_lp_sgmii_link(),
|
||||
.an_lp_sgmii_speed(),
|
||||
.an_res_full_duplex(),
|
||||
.an_res_tx_pause(),
|
||||
.an_res_rx_pause(),
|
||||
|
||||
@@ -279,6 +279,7 @@ if (SFP_RATE == 0) begin : sfp_mac
|
||||
|
||||
// PHY parameters
|
||||
.COMBINED_MAC_PCS(COMBINED_MAC_PCS),
|
||||
.SGMII_EN(1'b1),
|
||||
.AN_EN(1'b1),
|
||||
.DIC_EN(1'b1),
|
||||
.PTP_TS_EN(1'b0),
|
||||
@@ -363,13 +364,19 @@ if (SFP_RATE == 0) begin : sfp_mac
|
||||
.an_restart('{2{1'b0}}),
|
||||
.an_speedup('{2{1'b0}}),
|
||||
.an_timeout_en('{2{1'b1}}),
|
||||
.an_sgmii_en('{2{1'b0}}),
|
||||
.an_sgmii_auto('{2{1'b1}}),
|
||||
.an_intr(),
|
||||
.an_running(),
|
||||
.an_complete(),
|
||||
.an_timeout(),
|
||||
.an_adv_ability('{2{16'h0020}}),
|
||||
.an_sgmii_mode(),
|
||||
.an_adv_ability_basex('{2{16'h0020}}),
|
||||
.an_adv_ability_sgmii('{2{16'h0001}}),
|
||||
.an_lp_adv_ability(),
|
||||
.an_lp_remote_fault(),
|
||||
.an_lp_sgmii_link(),
|
||||
.an_lp_sgmii_speed(),
|
||||
.an_res_full_duplex(),
|
||||
.an_res_tx_pause(),
|
||||
.an_res_rx_pause(),
|
||||
|
||||
Reference in New Issue
Block a user