From: Ingo Froehlich Date: Wed, 1 Jul 2020 12:53:49 +0000 (+0200) Subject: added retrans feature to ecp5 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=8efd3fd8766a52acb95c9d2ed0734e1900997b51;p=trbnet.git added retrans feature to ecp5 --- diff --git a/media_interfaces/med_ecp5_sfp_sync_4.vhd b/media_interfaces/med_ecp5_sfp_sync_4.vhd index daa6926..15dfce8 100644 --- a/media_interfaces/med_ecp5_sfp_sync_4.vhd +++ b/media_interfaces/med_ecp5_sfp_sync_4.vhd @@ -13,6 +13,7 @@ use work.med_sync_define.all; entity med_ecp5_sfp_sync_4 is generic( + USE_RETRANSMISSION : integer := c_NO; IS_SYNC_SLAVE : int_array_t(0 to 3) := (c_YES, c_NO, c_NO, c_NO) --select slave mode ); port( @@ -302,6 +303,7 @@ gen_channels : for i in 0 to 2 generate THE_MED_CONTROL : entity work.med_sync_control generic map( IS_SYNC_SLAVE => IS_SYNC_SLAVE(i), + USE_RETRANSMISSION => USE_RETRANSMISSION, IS_TX_RESET => 1 ) port map(