From f17d3206ab08b544f045f001308879ae175ee1f9 Mon Sep 17 00:00:00 2001 From: Michael Boehmer Date: Wed, 15 Dec 2021 08:44:01 +0100 Subject: [PATCH] LED added --- media_interfaces/sync/med_sync_control_RS.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0