]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
unnecessary signals are removed - cu
authorhadaq <hadaq>
Wed, 27 Mar 2013 08:03:43 +0000 (08:03 +0000)
committerhadaq <hadaq>
Wed, 27 Mar 2013 08:03:43 +0000 (08:03 +0000)
tdc_releases/tdc_v1.1.1/Reference_Channel.vhd

index e928ab1aed8045de85a4a058e8ddb5a6d1e3abe4..5ac3405a981e75dc7837338982ee749f51a75e51 100644 (file)
@@ -50,7 +50,7 @@ architecture Reference_Channel of Reference_Channel is
   signal hit_buf  : std_logic;
 
   -- time stamp
-  signal coarse_cntr_reg    : std_logic_vector(10 downto 0);
+  signal coarse_cntr_reg : std_logic_vector(10 downto 0);
 
   -- other
   signal trg_win_end_i   : std_logic;
@@ -104,7 +104,6 @@ begin
       WIDTH => 11)
     port map (
       CLK   => CLK_200,
-      RESET => RESET_200,
       D_IN  => COARSE_COUNTER_IN,
       D_OUT => coarse_cntr_reg);