]> jspc29.x-matter.uni-frankfurt.de Git - mdcupgrade.git/commitdiff
fix green/yellow LED on TDC
authorJan Michel <michel@physik.uni-frankfurt.de>
Wed, 28 Aug 2024 09:33:10 +0000 (11:33 +0200)
committerJan Michel <michel@physik.uni-frankfurt.de>
Wed, 28 Aug 2024 09:33:10 +0000 (11:33 +0200)
DBO/mdctdc.vhd

index 255497ea8b537a09449793317690c23ebb84544e..375964c7e45c06329dfb4f87dca83d50d054e339 100644 (file)
@@ -331,8 +331,8 @@ GPIO(1) <= sd_txdis_i or prepare_for_reload_i;
 ---------------------------------------------------------------------------
 -- LED
 ---------------------------------------------------------------------------
-  LED(0) <= med2int(0).stat_op(9) and not led_off; --Link active
-  LED(2) <= (med2int(0).stat_op(10) or med2int(0).stat_op(11)) and not led_off;  --TX/RX
+  LED(2) <= med2int(0).stat_op(9) and not led_off; --Link active
+  LED(0) <= (med2int(0).stat_op(10) or med2int(0).stat_op(11)) and not led_off;  --TX/RX
   LED(1) <= med2int(0).stat_op(15); -- (FLASH_SELECT) and not led_off;
   IO(1) <= med2int(0).stat_op(4);  --rx_allow
   IO(2) <= med2int(0).stat_op(9); --tx_allow