From 8efd3fd8766a52acb95c9d2ed0734e1900997b51 Mon Sep 17 00:00:00 2001 From: Ingo Froehlich Date: Wed, 1 Jul 2020 14:53:49 +0200 Subject: [PATCH] added retrans feature to ecp5 --- media_interfaces/med_ecp5_sfp_sync_4.vhd | 2 ++ 1 file changed, 2 insertions(+) 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( -- 2.43.0