]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Hit multiplexer is put in an entity for easier placement constraints. Epoch counter...
authorCahit <c.ugur@gsi.de>
Mon, 31 Mar 2014 10:06:46 +0000 (12:06 +0200)
committerCahit <c.ugur@gsi.de>
Mon, 31 Mar 2014 10:06:46 +0000 (12:06 +0200)
base/trb3_components.vhd

index 3b250ce2cca2dc476941f73bd9947a30d2a75e73..c7f2137b881c455d12b5528315cd90c47f9891bc 100644 (file)
@@ -398,6 +398,15 @@ package trb3_components is
   --    ENCODER_DEBUG   : out std_logic_vector(31 downto 0));
   --end component;
 
+  component hit_mux is
+    port (
+      CH_EN_IN           : in  std_logic;
+      CALIBRATION_EN_IN  : in  std_logic;
+      HIT_CALIBRATION_IN : in  std_logic;
+      HIT_PHYSICAL_IN    : in  std_logic;
+      HIT_OUT            : out std_logic);
+  end component hit_mux;
+
   component FIFO_32x32_OutReg
     port (
       Data       : in  std_logic_vector(31 downto 0);