]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Future propose from Jan is commented out for now. It will be tested and implemented...
authorhadaq <hadaq>
Tue, 12 Feb 2013 09:48:53 +0000 (09:48 +0000)
committerhadaq <hadaq>
Tue, 12 Feb 2013 09:48:53 +0000 (09:48 +0000)
tdc_releases/tdc_v1.1.1/Encoder_304_Bit.vhd

index bca1d381ccbff10b34e4a17d6812c35cdd00b43b..8ce5676a02151c699f2e4096900fef6fd8e4946f 100644 (file)
@@ -4,7 +4,7 @@
 -- File       : Encoder_304_Bit.vhd
 -- Author     : Cahit Ugur
 -- Created    : 2011-11-28
--- Last update: 2012-09-20
+-- Last update: 2013-01-21
 -------------------------------------------------------------------------------
 -- Description: Encoder for 304 bits
 -------------------------------------------------------------------------------
@@ -99,7 +99,8 @@ architecture behavioral of Encoder_304_Bit is
   signal proc_finished_3 : std_logic;
   signal proc_finished_4 : std_logic;
   signal conv_finished_i : std_logic;
-  signal thermocode_i    : std_logic_vector(303 downto -1);
+  signal thermocode_i    : std_logic_vector(303 downto 0);
+--  signal thermocode_i    : std_logic_vector(303 downto -1);
 
   attribute syn_keep                     : boolean;
   attribute syn_keep of mux_control      : signal is true;
@@ -112,7 +113,7 @@ begin
 
 
  thermocode_i(303 downto 0)   <= THERMOCODE_IN;
- thermocode_i(-1)             <= '1';
--thermocode_i(-1)             <= '1';
  
  
   --purpose : Register signals