From: Jan Michel Date: Mon, 13 May 2013 09:43:15 +0000 (+0200) Subject: Added default values to CTS-AddOn outputs X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d070b499d9d138709e3c0e5799f3dae14bf95d4c;p=trb3.git Added default values to CTS-AddOn outputs --- diff --git a/cts/trb3_central.vhd b/cts/trb3_central.vhd index 2a80928..58e2689 100644 --- a/cts/trb3_central.vhd +++ b/cts/trb3_central.vhd @@ -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'; ---------------------------------------------------------------------------