]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
small change in definition of included features tables
authorJan Michel <j.michel@gsi.de>
Fri, 23 May 2014 09:06:01 +0000 (11:06 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 27 May 2014 10:55:51 +0000 (12:55 +0200)
hadesstart/config.vhd

index 475070fa4fb07b2e0c752142bf4f64ae0888874b..ceb91bae924786efc9b01af98073dc107d8099a1 100644 (file)
@@ -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));