Index: /firmware/FTM/ftm_definitions.vhd
===================================================================
--- /firmware/FTM/ftm_definitions.vhd	(revision 10238)
+++ /firmware/FTM/ftm_definitions.vhd	(revision 10239)
@@ -299,4 +299,9 @@
   constant low_PLC : integer := 16;   -- minimal pulse duration in units of 4 ns
   constant width_PLC : integer := 6;  -- counter width pulse duration 
-                                    
+
+
+-- Timing counter
+  constant tc_width : integer := 32;    -- width (number of bits) of timing counter
+
+  
 end ftm_constants;
