From: Jan Michel Date: Fri, 23 May 2014 09:06:01 +0000 (+0200) Subject: small change in definition of included features tables X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c3621cceb5ad27e04f9be9ffb11c019309e4563d;p=trb3.git small change in definition of included features tables --- diff --git a/hadesstart/config.vhd b/hadesstart/config.vhd index 475070f..ceb91ba 100644 --- a/hadesstart/config.vhd +++ b/hadesstart/config.vhd @@ -73,6 +73,7 @@ begin t(63 downto 56) := std_logic_vector(to_unsigned(2,8)); --table version 2 t(7 downto 0) := std_logic_vector(to_unsigned(USE_HPTDC_FASTMODE_PINOUT*3,8)); t(11 downto 8) := std_logic_vector(to_unsigned(USE_DOUBLE_EDGE*2,4)); + t(15) := '1'; --TDC t(42 downto 42) := std_logic_vector(to_unsigned(INCLUDE_SPI,1)); t(44 downto 44) := std_logic_vector(to_unsigned(INCLUDE_STATISTICS,1)); t(51 downto 48) := std_logic_vector(to_unsigned(INCLUDE_TRIGGER_LOGIC,4));