]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
added retrans feature to ecp5
authorIngo Froehlich <ingo@nomail.fake>
Wed, 1 Jul 2020 12:53:49 +0000 (14:53 +0200)
committerIngo Froehlich <ingo@nomail.fake>
Wed, 1 Jul 2020 13:18:16 +0000 (15:18 +0200)
media_interfaces/med_ecp5_sfp_sync_4.vhd

index daa6926053c1b8995baf703f6a70a9539350a00b..15dfce8e7024c1abc4267f87bee00918daf2acbc 100644 (file)
@@ -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(