From 00d5f84b4c8b98ac31e606badf8d6fd3d80ea337 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 1 Aug 2012 15:16:25 +0000 Subject: [PATCH] *** empty log message *** --- cts/trb3_central.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cts/trb3_central.vhd b/cts/trb3_central.vhd index f260436..c5355c9 100644 --- a/cts/trb3_central.vhd +++ b/cts/trb3_central.vhd @@ -999,8 +999,8 @@ THE_FPGA_REBOOT : fpga_reboot --------------------------------------------------------------------------- -- LED --------------------------------------------------------------------------- - LED_CLOCK_GREEN <= '0'; - LED_CLOCK_RED <= '1'; + LED_CLOCK_GREEN <= not med_stat_op(15); + LED_CLOCK_RED <= not reset_via_gbe; -- LED_GREEN <= not med_stat_op(9); -- LED_YELLOW <= not med_stat_op(10); -- LED_ORANGE <= not med_stat_op(11); -- 2.43.0