Index: /firmware/FTM/ftm_definitions.vhd
===================================================================
--- /firmware/FTM/ftm_definitions.vhd	(revision 10158)
+++ /firmware/FTM/ftm_definitions.vhd	(revision 10159)
@@ -84,4 +84,16 @@
   constant FTU_LIST_RAM_OFFSET       : integer := 16#009#;
   constant FTU_LIST_RAM_ADDR_WIDTH   : integer := 12;
+
+
+
+  -- Clock conditioner interface
+  constant MICROWIRE_CLK_FREQUENCY   : integer := 2000000;  -- 2 MHz
+  constant LMK03000_Reset : std_logic_vector (31 downto 0) :=  x"80000000";
+                                                       -- value to be written to R0 of the LMK03000 to perform a reset
+                                                       -- see LMK03000 datasheet                                                                
+
+                                                                             
+
+  
   
 end ftm_constants;
