From d1e5e45b1f381bf14c75002e8fc5daccf76595ca Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Thu, 10 Aug 2023 16:34:32 +0200 Subject: [PATCH] deactivate changed ecp5 reset routine --- mimosis/trb5sc_mimosis.prj | 2 -- mimosis/trb5sc_mimosis.vhd | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mimosis/trb5sc_mimosis.prj b/mimosis/trb5sc_mimosis.prj index 45d1a4c..df0bfb1 100644 --- a/mimosis/trb5sc_mimosis.prj +++ b/mimosis/trb5sc_mimosis.prj @@ -243,8 +243,6 @@ add_file -vhdl -lib work "../../trbnet/gbe_trb/protocols/trb_net16_gbe_response_ add_file -vhdl -lib work "../../trbnet/gbe_trb/protocols/trb_net16_gbe_response_constructor_TrbNetData.vhd" add_file -vhdl -lib work "../../trbnet/gbe_trb/protocols/trb_net16_gbe_response_constructor_KillPing.vhd" add_file -vhdl -lib work "../../trbnet/gbe_trb/protocols/trb_net16_gbe_response_constructor_Forward.vhd" -add_file -vhdl -lib work "../../trbnet/media_interfaces/sync/main_rx_reset_RS.vhd" -add_file -vhdl -lib work "../../trbnet/media_interfaces/sync/main_tx_reset_RS.vhd" add_file -verilog -lib work "../../trbnet/gbe_trb_ecp5/media/ecp5/serdes_gbe_softlogic.v" # Choose your SerDes location here #add_file -vhdl -lib work "../../trbnet/gbe_trb_ecp5/media/ecp5/d0ch0/serdes_gbe.vhd" diff --git a/mimosis/trb5sc_mimosis.vhd b/mimosis/trb5sc_mimosis.vhd index 78967c0..3b027ec 100644 --- a/mimosis/trb5sc_mimosis.vhd +++ b/mimosis/trb5sc_mimosis.vhd @@ -214,6 +214,7 @@ RJ(0) <= clk_40; THE_MEDIA_INTERFACE : entity work.med_ecp5_sfp_sync generic map( SERDES_NUM => SERDES_NUM, + USE_NEW_ECP5_RESET => 0, IS_SYNC_SLAVE => c_YES ) port map( -- 2.43.0