Changeset 10159
- Timestamp:
- 02/17/11 14:45:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FTM/ftm_definitions.vhd
r10158 r10159 84 84 constant FTU_LIST_RAM_OFFSET : integer := 16#009#; 85 85 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 86 98 87 99 end ftm_constants;
Note:
See TracChangeset
for help on using the changeset viewer.