From: hadeshyp Date: Wed, 1 Aug 2012 15:16:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=00d5f84b4c8b98ac31e606badf8d6fd3d80ea337;p=trb3.git *** empty log message *** --- 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);