From: Michael Boehmer Date: Wed, 15 Dec 2021 07:44:01 +0000 (+0100) Subject: LED added X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f17d3206ab08b544f045f001308879ae175ee1f9;p=trbnet.git LED added --- diff --git a/media_interfaces/sync/med_sync_control_RS.vhd b/media_interfaces/sync/med_sync_control_RS.vhd index dce60e9..af55612 100644 --- a/media_interfaces/sync/med_sync_control_RS.vhd +++ b/media_interfaces/sync/med_sync_control_RS.vhd @@ -309,7 +309,7 @@ begin 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(9) <= led_ok; media_med2int_i.stat_op(8 downto 6) <= (others => '0'); media_med2int_i.stat_op(5) <= link_tx_ready_qsys; -- tx_allow media_med2int_i.stat_op(4) <= link_rx_ready_qsys; -- rx_allow