From: hadeshyp Date: Wed, 29 Sep 2010 12:28:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~183 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4998daf69bc2e47e33bfe3d7a3044824f3b3dba4;p=trbnet.git *** empty log message *** --- diff --git a/special/handler_lvl1.vhd b/special/handler_lvl1.vhd index 2342ad7..fa20173 100644 --- a/special/handler_lvl1.vhd +++ b/special/handler_lvl1.vhd @@ -49,7 +49,7 @@ port( STATUS_OUT : out std_logic_vector (63 downto 0); -- bits for status registers TRG_ENABLE_IN : in std_logic; -- trigger enable flag TRG_INVERT_IN : in std_logic; -- trigger invert flag - COUNTERS_STATUS_OUT : out std_logic_vector (64 downto 0); -- 16b starting missing, multiple, spike, spurious-- gk 29.09.10 + COUNTERS_STATUS_OUT : out std_logic_vector (63 downto 0); -- 16b starting missing, multiple, spike, spurious-- gk 29.09.10 --Debug DEBUG_OUT : out std_logic_vector (15 downto 0) );