]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
added retrans feature to ecp5
authorIngo Froehlich <ingo@nomail.fake>
Fri, 5 Jun 2020 09:32:44 +0000 (11:32 +0200)
committerIngo Froehlich <ingo@nomail.fake>
Fri, 5 Jun 2020 09:32:44 +0000 (11:32 +0200)
media_interfaces/med_ecp5_sfp_sync.vhd

index 28cfcc51c3c2b6ee1b458096c29851f4fbaaeb0d..84363d13c425bda4c56064e400549e681d8a0b4e 100644 (file)
@@ -14,6 +14,7 @@ use work.med_sync_define.all;
 entity med_ecp5_sfp_sync is
   generic(
     SERDES_NUM : integer range 0 to 3 := 0;
+    USE_RETRANSMISSION : integer := c_NO;
     IS_SYNC_SLAVE   : integer := c_YES       --select slave mode
     );
   port(
@@ -202,6 +203,7 @@ end generate;
 THE_MED_CONTROL : entity work.med_sync_control
   generic map(
     IS_SYNC_SLAVE => IS_SYNC_SLAVE,
+    USE_RETRANSMISSION => USE_RETRANSMISSION,
     IS_TX_RESET   => 1
     )
   port map(