]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
typos / cleanup
authorMichael Boehmer <mboehmer@ph.tum.de>
Tue, 5 Jul 2022 10:46:44 +0000 (12:46 +0200)
committerMichael Boehmer <mboehmer@ph.tum.de>
Tue, 5 Jul 2022 10:46:44 +0000 (12:46 +0200)
gbe_trb_ecp3/base/gbe_med_raw.vhd

index 573f3eddef40559c0ff838dd2a81b3295ea4392a..42bee4cb259bf494e16f1edfe2ee084afe20d3b5 100644 (file)
@@ -11,7 +11,7 @@ use work.med_sync_define_RS.all;
 
 entity gbe_med_raw is
   generic(
-    LINKS_ACTIVE              : std_logic_vector(3 downto 0) := "1111"
+    LINKS_ACTIVE          : std_logic_vector(3 downto 0) := "1111"
   );
   port(
     RESET                 : in  std_logic;
@@ -585,8 +585,8 @@ begin
 
     CHANNEL_INACTIVE_GEN : if LINKS_ACTIVE(i) = '0' generate
       
-      SD_TXDIS_OUT(i)    <= '1';
       powerup_ch(i)      <= '0';
+      SD_TXDIS_OUT(i)    <= '1';
       rx_pcs_rst_q(i)    <= '1';
       rx_serdes_rst_q(i) <= '1';