]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
missed file in editor
authorMichael Boehmer <mboehmer@ph.tum.de>
Tue, 14 Dec 2021 14:04:57 +0000 (15:04 +0100)
committerMichael Boehmer <mboehmer@ph.tum.de>
Tue, 14 Dec 2021 14:04:57 +0000 (15:04 +0100)
media_interfaces/sync/med_sync_control_RS.vhd

index e2a31da1a50c0641d1d87acde6a054aec7d9ee08..dce60e99d34b2953c19b51a4d146ecc6f6c5404c 100644 (file)
@@ -304,15 +304,15 @@ begin
   STAT_RESET(31 downto 4)  <= (others => '0');
 
   media_med2int_i.stat_op(15) <= '0';
-  media_med2int_i.stat_op(14) <= '0';
+  media_med2int_i.stat_op(14) <= '0'; --reset MUX
   media_med2int_i.stat_op(13) <= '0'; --make trbnet reset
   media_med2int_i.stat_op(12) <= '0';
   media_med2int_i.stat_op(11) <= led_tx;
   media_med2int_i.stat_op(10) <= led_rx or last_led_rx;
   media_med2int_i.stat_op(9)  <= '0'; --led_ok
   media_med2int_i.stat_op(8 downto 6) <= (others => '0');
-  media_med2int_i.stat_op(5)  <= link_tx_ready_qsys;
-  media_med2int_i.stat_op(4)  <= link_rx_ready_qsys;
+  media_med2int_i.stat_op(5)  <= link_tx_ready_qsys; -- tx_allow
+  media_med2int_i.stat_op(4)  <= link_rx_ready_qsys; -- rx_allow
   media_med2int_i.stat_op(3 downto 0) <= link_status_qsys;
   
   link_status <= x"0" when ((link_half_done_i = '1') and (link_full_done_i = '1'))