]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
allignment - cu
authorhadaq <hadaq>
Wed, 27 Mar 2013 08:09:27 +0000 (08:09 +0000)
committerhadaq <hadaq>
Wed, 27 Mar 2013 08:09:27 +0000 (08:09 +0000)
tdc_releases/tdc_v2.0/Reference_Channel_200.vhd

index 13b1987974e069424440dcd0065a29569621a716..db2982b24403b0223c3c8232fda809726a60b1a8 100644 (file)
@@ -5,7 +5,7 @@
 -- File       : Reference_channel_200.vhd
 -- Author     : c.ugur@gsi.de
 -- Created    : 2012-09-04
--- Last update: 2012-11-15
+-- Last update: 2013-03-27
 -------------------------------------------------------------------------------
 -- Description: 
 -------------------------------------------------------------------------------
@@ -300,9 +300,9 @@ begin  -- Reference_Channel_200
     end if;
   end process EpochCounterCaptureFirstWord;
 
-  read_en_reg     <= READ_EN_IN                                            when rising_edge(CLK_100);
-  read_en_2reg    <= read_en_reg                                           when rising_edge(CLK_100);
-  first_read_i    <= read_en_reg and not(read_en_2reg)                     when rising_edge(CLK_100);
+  read_en_reg  <= READ_EN_IN                        when rising_edge(CLK_100);
+  read_en_2reg <= read_en_reg                       when rising_edge(CLK_100);
+  first_read_i <= read_en_reg and not(read_en_2reg) when rising_edge(CLK_100);
 
   FifoWasFull : process (CLK_100, RESET_100)
   begin
@@ -316,7 +316,7 @@ begin  -- Reference_Channel_200
       end if;
     end if;
   end process FifoWasFull;
-  
+
   RegisterOutputs : process (CLK_100)
   begin
     if rising_edge(CLK_100) then