]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
cts config files update
authorJan Michel <michel@physik.uni-frankfurt.de>
Tue, 12 Mar 2024 10:09:05 +0000 (11:09 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Tue, 12 Mar 2024 10:09:05 +0000 (11:09 +0100)
cts/config_8SFP_RJAdapter.vhd
cts/config_simple.vhd

index 7118a90a2f63bd13ab8600dc57bb5a63f46a82d1..d03a3748685a5e3b7895019b4be95a7be1ed9d41 100644 (file)
@@ -34,7 +34,7 @@ package config is
     constant INCLUDE_UART           : integer  := c_YES;
     constant INCLUDE_SPI            : integer  := c_YES;
     constant INCLUDE_ADC            : integer  := c_YES; 
-    constant INCLUDE_I2C            : integer  := c_NO;
+    constant INCLUDE_I2C            : integer  := c_YES;
     constant INCLUDE_DEBUG_INTERFACE: integer  := c_YES;
 
     --input monitor and trigger generation logic
@@ -67,21 +67,21 @@ package config is
     constant GEN_BUSY_OUTPUT : integer := c_NO;
     
     constant TRIGGER_COIN_COUNT      : integer := 4;
-    constant TRIGGER_PULSER_COUNT    : integer := 3;
+    constant TRIGGER_PULSER_COUNT    : integer := 2;
     constant TRIGGER_RAND_PULSER     : integer := 1;
-    constant TRIGGER_ADDON_COUNT     : integer := 6;
+    constant TRIGGER_ADDON_COUNT     : integer := 9;
     constant PERIPH_TRIGGER_COUNT    : integer := 0;      
     constant ADDON_LINE_COUNT        : integer := 36 - USE_RJADAPT*12;  --36 with Padiwa, 22 with RJ-adapter
     constant CTS_OUTPUT_MULTIPLEXERS : integer := 2;
 --TODO:    
 --     constant INCLUDE_MBS_MASTER : integer range c_NO to c_YES := c_NO; 
 --Which external trigger module (ETM) to use?
-     constant INCLUDE_ETM : integer range c_NO to c_YES := c_YES;
+     constant INCLUDE_ETM : integer range c_NO to c_YES := c_NO;
      type ETM_CHOICE_type is (ETM_CHOICE_MBS_VULOM, ETM_CHOICE_MAINZ_A2, ETM_CHOICE_CBMNET, ETM_CHOICE_M26, ETM_CHOICE_R3B);
      constant ETM_CHOICE : ETM_CHOICE_type := ETM_CHOICE_MBS_VULOM;
      constant ETM_ID : std_logic_vector(7 downto 0);
 
-   constant INCLUDE_TIMESTAMP_GENERATOR : integer := c_NO;
+   constant INCLUDE_TIMESTAMP_GENERATOR : integer := c_YES;
     
     
     
index 2dad47b0b052f6a4a9ffb0b8edf86e6d0c20aaa7..05867f0a793e5b188fef1a2ebc2cc8a23b59de38 100644 (file)
@@ -71,7 +71,7 @@ package config is
     constant TRIGGER_COIN_COUNT      : integer := 2;
     constant TRIGGER_PULSER_COUNT    : integer := 3;
     constant TRIGGER_RAND_PULSER     : integer := 1;
-    constant TRIGGER_ADDON_COUNT     : integer := 10;
+    constant TRIGGER_ADDON_COUNT     : integer := 9;
     constant PERIPH_TRIGGER_COUNT    : integer := 0;      
     constant ADDON_LINE_COUNT        : integer := 36 - USE_RJADAPT*12;  --36 with Padiwa, 22 with RJ-adapter
     constant CTS_OUTPUT_MULTIPLEXERS : integer := 2;