Changeset 11241
- Timestamp:
- 07/01/11 16:10:15 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FTM/ftm_definitions.vhd
r11206 r11241 54 54 -- modified: Patrick Vogler, May 26 2011 55 55 -- constants for a simpler Lightpulser Interface "Basic Version" added 56 56 -- 57 -- qw 16.06.: network settings for La Palma added 58 -- 59 -- qw 29.06.: changeover to firmware v2 -> FTU reconfiguration possible during run 60 -- 61 -- kw 10.06.: added CMD_CONFIG_FTU 62 -- 57 63 ---------------------------------------------------------------------------------- 58 64 … … 118 124 --FTM address and firmware ID 119 125 constant FTM_ADDRESS : std_logic_vector(7 downto 0) := "11000000"; -- 192 120 constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "000000 01"; -- firmware version126 constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000010"; -- firmware version 121 127 122 128 --communication with FTUs … … 245 251 constant CMD_CRESET : std_logic_vector := X"0020"; 246 252 constant RESET_TIME : integer := 50; -- hold reset line for 1us (@ 50MHz clk) 253 254 -- configure one ftu 255 constant CMD_CONFIG_FTU : std_logic_vector := X"0080"; 247 256 248 257 -- start and end of package
Note:
See TracChangeset
for help on using the changeset viewer.