]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
unnecessary RUN_MODE port is removed from Channel and Channel_200 entities - cu
authorhadaq <hadaq>
Fri, 18 Jan 2013 13:25:24 +0000 (13:25 +0000)
committerhadaq <hadaq>
Fri, 18 Jan 2013 13:25:24 +0000 (13:25 +0000)
base/trb3_components.vhd

index 80f8584b28b4e021a3f580d3e4c8d7f2371689d0..aed175559375e6c11ca61b234e0533b029a8830a 100644 (file)
@@ -163,7 +163,6 @@ package trb3_components is
       COARSE_COUNTER_IN     : in  std_logic_vector(10 downto 0);
       EPOCH_COUNTER_IN      : in  std_logic_vector(27 downto 0);
       DATA_FINISHED_IN      : in  std_logic;
-      RUN_MODE              : in  std_logic;
       LOST_HIT_NUMBER       : out std_logic_vector(23 downto 0);
       HIT_DETECT_NUMBER     : out std_logic_vector(23 downto 0);
       ENCODER_START_NUMBER  : out std_logic_vector(23 downto 0);
@@ -182,7 +181,6 @@ package trb3_components is
       HIT_IN                : in  std_logic;
       EPOCH_COUNTER_IN      : in  std_logic_vector(27 downto 0);
       DATA_FINISHED_IN      : in  std_logic;
-      RUN_MODE              : in  std_logic;
       COARSE_COUNTER_IN     : in  std_logic_vector(10 downto 0);
       READ_EN_IN            : in  std_logic;
       FIFO_DATA_OUT         : out std_logic_vector(31 downto 0);