Changeset 10159


Ignore:
Timestamp:
02/17/11 14:45:29 (14 years ago)
Author:
vogler
Message:
constant definition for FTM clock conditioner interface
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r10158 r10159  
    8484  constant FTU_LIST_RAM_OFFSET       : integer := 16#009#;
    8585  constant FTU_LIST_RAM_ADDR_WIDTH   : integer := 12;
     86
     87
     88
     89  -- Clock conditioner interface
     90  constant MICROWIRE_CLK_FREQUENCY   : integer := 2000000;  -- 2 MHz
     91  constant LMK03000_Reset : std_logic_vector (31 downto 0) :=  x"80000000";
     92                                                       -- value to be written to R0 of the LMK03000 to perform a reset
     93                                                       -- see LMK03000 datasheet                                                               
     94
     95                                                                             
     96
     97 
    8698 
    8799end ftm_constants;
Note: See TracChangeset for help on using the changeset viewer.