From d931cafa359c7b028786ee34ba8d916fc6f2d150 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 7 Sep 2022 12:49:54 +0200 Subject: [PATCH] fix CTS LED on SFP --- cts/trb3sc_cts.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cts/trb3sc_cts.vhd b/cts/trb3sc_cts.vhd index 319220c..3b4a939 100644 --- a/cts/trb3sc_cts.vhd +++ b/cts/trb3sc_cts.vhd @@ -1238,9 +1238,9 @@ end generate; '1'; gen_leds_addon : if USE_ADDON = c_NO generate LED_SFP_GREEN(1) <= not med2int(0).stat_op(9) when USE_BACKPLANE = 0 else - med2int(9).stat_op(9); + not med2int(9).stat_op(9); 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 - (med2int(9).stat_op(10) or med2int(9).stat_op(11) or not med2int(9).stat_op(9)); + not (med2int(9).stat_op(10) or med2int(9).stat_op(11) or not med2int(9).stat_op(9)); end generate; -- LED_WHITE(0) <= not med2int(10).stat_op(9) when INCLUDE_GBE = 0 and USE_BACKPLANE = 1 else -- not med2int(8).stat_op(9) when INCLUDE_GBE = 1 and USE_BACKPLANE = 1 else -- 2.43.0