From 4998daf69bc2e47e33bfe3d7a3044824f3b3dba4 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 29 Sep 2010 12:28:44 +0000 Subject: [PATCH] *** empty log message *** --- special/handler_lvl1.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); -- 2.43.0