]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
fix LED on CTS
authorJan Michel <j.michel@gsi.de>
Wed, 31 Oct 2018 10:56:03 +0000 (11:56 +0100)
committerJan Michel <j.michel@gsi.de>
Wed, 31 Oct 2018 10:56:03 +0000 (11:56 +0100)
cts/trb3sc_cts.vhd

index 33e105538b292b7c2e6b32c8b05682c1e154999d..2de603bb712a56e46f090c323908aa25bd0cb58d 100644 (file)
@@ -885,9 +885,9 @@ end generate;
   LED_SFP_RED(0)     <= --not  (med2int(8).stat_op(10) or med2int(8).stat_op(11) or not med2int(8).stat_op(9)) when INCLUDE_GBE = 0 else 
                              '1';
 
-  LED_SFP_GREEN(1)   <= not  med2int(0).stat_op(9) when USE_BACKPLANE = 0 and USE_ADDON = 0 else 
+  LED_SFP_GREEN(1)   <= not  med2int(0).stat_op(9) when USE_BACKPLANE = 0 else 
                              '1';
-  LED_SFP_RED(1)     <= not  (med2int(0).stat_op(10) or med2int(0).stat_op(11) or not med2int(0).stat_op(9)) when USE_BACKPLANE = 0 and USE_ADDON = 0 else  
+  LED_SFP_RED(1)     <= not  (med2int(0).stat_op(10) or med2int(0).stat_op(11) or not med2int(0).stat_op(9)) when USE_BACKPLANE = 0  else  
                              '1';
                         
 --   LED_WHITE(0)       <= not  med2int(10).stat_op(9) when INCLUDE_GBE = 0 and USE_BACKPLANE = 1 else