]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Added default values to CTS-AddOn outputs
authorJan Michel <j.michel@gsi.de>
Mon, 13 May 2013 09:43:15 +0000 (11:43 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 13 May 2013 09:43:15 +0000 (11:43 +0200)
cts/trb3_central.vhd

index 2a8092807daa19e5e032ee7a589f6ab52923b330..58e2689d33cef811c3fa3c0e359eca333d06e1e7 100644 (file)
@@ -1405,7 +1405,21 @@ end process;
 ---------------------------------------------------------------------------
 -- AddOn Connector
 ---------------------------------------------------------------------------
-
+    PWM_OUT                        <= "00";
+    
+    JOUT1                          <= x"0";
+    JOUT2                          <= x"0";
+    JOUTLVDS                       <= x"00";
+    JTTL                           <= x"0000";
+    TRG_FANOUT_ADDON               <= '0';
+    
+    LED_BANK                       <= x"FF";
+    LED_RJ_GREEN                   <= "111111";
+    LED_RJ_RED                     <= "111111";
+    LED_FAN_GREEN                  <= '1';
+    LED_FAN_ORANGE                 <= '1';
+    LED_FAN_RED                    <= '1';
+    LED_FAN_YELLOW                 <= '1';
 
 
 ---------------------------------------------------------------------------