Index: /firmware/FTM/ftm_definitions.vhd
===================================================================
--- /firmware/FTM/ftm_definitions.vhd	(revision 10856)
+++ /firmware/FTM/ftm_definitions.vhd	(revision 10857)
@@ -52,4 +52,7 @@
 -- constants for light pulser and timing counter added
 --
+-- modified: Patrick Vogler, May 26 2011
+-- constants for a simpler Lightpulser Interface "Basic Version" added
+
 ----------------------------------------------------------------------------------
 
@@ -399,5 +402,18 @@
   constant FLD_MIN_FREQ_DIV       : integer := 25;      
   constant FLD_FD_MULT            : integer := 50;       
-  constant FLD_FD_MAX_RANGE       : integer := 64;     
+  constant FLD_FD_MAX_RANGE       : integer := 64;
+
+
+
+  -- --------------------------------------------------------------------------------------
+  -- Lightpulser Basic Version
+  -- --------------------------------------------------------------------------------------
+  constant FLD_PULSE_LENGTH_BASIC       : integer := 3;  -- 60ns pulse @ 50MHz                                                        
+  constant FLD_MIN_FREQ_DIV_BASIC       : integer := 25;      
+  constant FLD_FD_MULT_BASIC            : integer := 10;       
+  constant FLD_FD_MAX_RANGE_BASIC       : integer := 64;
+
+
+  
   
   -- Timing counter
