Ignore:
Timestamp:
01/27/11 08:32:16 (13 years ago)
Author:
neise
Message:
synchronous trigger handling added
continous soft trigger generation.
---> control frequency via 'send 0x21??'
each step increases trigger delay by 12.5ms
0x2100 = 40Hz
0x21FF = 0.3Hz
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FAD/FACT_FAD_20MHz_VAR_PS/FACT_FAD_lib/hdl/fad_definitions.vhd.bak

    r10081 r10121  
    2323 
    2424  -- @ ETH zurich
    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);
     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);
    2828
    2929  -- @ TU Dortmund
     
    138138constant CMD_SRCLK_OFF : std_logic_vector     := X"16";
    139139
     140constant CMD_TRIGGERS_ON : std_logic_vector     := X"18";
     141constant CMD_TRIGGERS_OFF : std_logic_vector     := X"19";
     142
    140143constant CMD_PS_RESET : std_logic_vector     := X"17";
    141144-- DRS Registers
     145  constant DRS_CONFIG_REG : std_logic_vector := "1100"; 
    142146  constant DRS_WRITE_SHIFT_REG : std_logic_vector := "1101"; 
    143  
     147  constant DRS_WRITE_CONFIG_REG : std_logic_vector := "1110"; 
     148  constant DRS_DISABLE_ALL_OUTS : std_logic_vector := "1111"; 
    144149 
    145150-- Declare functions and procedure
Note: See TracChangeset for help on using the changeset viewer.