- Timestamp:
- 01/27/11 08:32:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_lib/hdl/fad_definitions.vhd
r10081 r10121 23 23 24 24 -- @ ETH zurich 25 -- 26 -- 27 -- 25 -- constant NETMASK : ip_type := (255, 255, 248, 0); 26 -- constant IP_ADDRESS : ip_type := (192, 33, 99, 225); 27 -- constant GATEWAY : ip_type := (192, 33, 96, 1); 28 28 29 29 -- @ TU Dortmund … … 138 138 constant CMD_SRCLK_OFF : std_logic_vector := X"16"; 139 139 140 constant CMD_TRIGGERS_ON : std_logic_vector := X"18"; 141 constant CMD_TRIGGERS_OFF : std_logic_vector := X"19"; 142 140 143 constant CMD_PS_RESET : std_logic_vector := X"17"; 144 145 constant CMD_SET_TRIGGER_MULT : std_logic_vector := X"21"; 146 141 147 -- DRS Registers 142 148 constant DRS_CONFIG_REG : std_logic_vector := "1100";
Note:
See TracChangeset
for help on using the changeset viewer.