mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-31 09:05:11 -07:00
cndm_proto: Update example designs
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -226,7 +226,8 @@ taxi_eth_mac_25g_us #(
|
||||
|
||||
// MAC/PHY config
|
||||
.COMBINED_MAC_PCS(COMBINED_MAC_PCS),
|
||||
.DATA_W(MAC_DATA_W),
|
||||
.DATA_W(axis_sfp_tx[0].DATA_W),
|
||||
.USXGMII_EN(COMBINED_MAC_PCS && axis_sfp_tx[0].DATA_W == 32),
|
||||
.DIC_EN(1'b1),
|
||||
.PTP_TS_EN(1'b0),
|
||||
.PTP_TD_EN(1'b0),
|
||||
@@ -296,6 +297,26 @@ sfp_mac_inst (
|
||||
*/
|
||||
.m_axis_rx(axis_sfp_rx),
|
||||
|
||||
/*
|
||||
* USXGMII autonegotiation
|
||||
*/
|
||||
.an_en('{2{1'b1}}),
|
||||
.an_restart('{2{1'b0}}),
|
||||
.an_speedup('{2{1'b0}}),
|
||||
.an_timeout_en('{2{1'b1}}),
|
||||
.an_usxgmii_en('{2{1'b0}}),
|
||||
.an_usxgmii_auto('{2{1'b1}}),
|
||||
.an_intr(),
|
||||
.an_running(),
|
||||
.an_complete(),
|
||||
.an_timeout(),
|
||||
.an_usxgmii_mode(),
|
||||
.an_adv_ability_usxgmii('{2{16'h1601}}),
|
||||
.an_lp_adv_ability(),
|
||||
.an_lp_usxgmii_link(),
|
||||
.an_lp_usxgmii_speed(),
|
||||
.an_res_full_duplex(),
|
||||
|
||||
/*
|
||||
* PTP clock
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user