Changeset 11652
- Timestamp:
- 07/27/11 15:37:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FTM/ftm_definitions.vhd
r11541 r11652 64 64 -- changeover to firmware v3 65 65 -- 66 -- 67 68 -- pv 25.07.: new constants for lightpulser firmware 69 -- new clock conditioner interface: data only sent during configuration, 70 -- when changed 71 -- changeover to firmware v4 72 -- 73 -- 66 74 ---------------------------------------------------------------------------------- 67 75 … … 127 135 --FTM address and firmware ID 128 136 constant FTM_ADDRESS : std_logic_vector(7 downto 0) := "11000000"; -- 192 129 constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000 011"; -- firmware version137 constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000100"; -- firmware version 130 138 131 139 --communication with FTUs … … 428 436 constant FLD_PULSE_LENGTH_Pulse : integer := 2; -- 40ns pulse @ 50MHz, instead of 3: 60ns pulse @ 50MHz 429 437 constant FLD_PULSE_LENGTH_FM : integer := 3; -- 60ns pulse @ 50MHz 430 constant FLD_MIN_FREQ_DIV_BASIC : integer := 8; -- before 25431 constant FLD_FD_MULT_BASIC : integer := 8; -- before 10432 constant FLD_FD_MAX_RANGE_BASIC : integer := 12 8;-- before 64438 constant FLD_MIN_FREQ_DIV_BASIC : integer := 25; -- before 25 (8 inbetween) 439 constant FLD_FD_MULT_BASIC : integer := 10; -- before 10 (8 inbetween) 440 constant FLD_FD_MAX_RANGE_BASIC : integer := 127;-- before 64 (128 inbetween) 433 441 434 442 -- Timing counter
Note:
See TracChangeset
for help on using the changeset viewer.