]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
toggle time between the hit pulse edges is made shorter - cu
authorhadaq <hadaq>
Wed, 27 Mar 2013 08:08:49 +0000 (08:08 +0000)
committerhadaq <hadaq>
Wed, 27 Mar 2013 08:08:49 +0000 (08:08 +0000)
tdc_releases/tdc_v2.0/Channel_200.vhd

index 4b8a9c3cedd6c24f113941265fefaf5204777ad5..fd4c5b8c61c96114e516505145ed3478261ada23 100644 (file)
@@ -5,7 +5,7 @@
 -- File       : Channel_200.vhd
 -- Author     : c.ugur@gsi.de
 -- Created    : 2012-08-28
--- Last update: 2012-11-15
+-- Last update: 2012-11-26
 -------------------------------------------------------------------------------
 -- Description: 
 -------------------------------------------------------------------------------
@@ -138,7 +138,7 @@ begin  -- Channel_200
   -- purpose: Toggle between the edges of the hit signal
   ToggleHitEdge : process (hit_reg, HIT_IN)
   begin  -- process ToggleHitEdge
-    if hit_reg(9) = '0' then
+    if hit_reg(7) = '0' then
       hit_in_i <= HIT_IN;
     else
       hit_in_i <= not HIT_IN;