Architectures | |
ltp_comm_arc | Architecture |
Interface to LTP (Local Trigger Processor). More... | |
Libraries | |
ieee | |
standard IEEE library | |
Packages | |
std_logic_1164 | |
std_logic definitions, see file | |
Ports | |
BCLK | in std_logic |
Bunch Clock. | |
RESET | in std_logic |
Reset. | |
ORBIT | in std_logic |
Orbit. | |
BCR | in std_logic |
Bunch Counter Reset. | |
START_RUN | in std_logic |
Start of ATLAS run. | |
L1A | in std_logic |
Level-1 Accept. | |
ECR | in std_logic |
Event Counter Reset. | |
ECR_LOAD_EN | in std_logic |
Enable Load ECR counter. | |
ECR_LOAD | in std_logic_vector ( 7 downto 0 ) |
Load ECR counter. | |
L1A_LOAD_EN | in std_logic |
Enable Load L1A counter. | |
L1A_LOAD | in std_logic_vector ( 23 downto 0 ) |
Load L1A counter. | |
ORBIT_LOAD_EN | in std_logic |
Enable Load Orbit counter. | |
ORBIT_LOAD | in std_logic_vector ( 31 downto 0 ) |
Load Orbit counter. | |
EXT_EVID | out std_logic_vector ( 31 downto 0 ) |
Extended Level-1 Event ID. | |
BCID | out std_logic_vector ( 11 downto 0 ) |
Bunch ID. | |
ORBITID | out std_logic_vector ( 31 downto 0 ) |
Orbit ID. |
This entity combines all modules interfacing to the LTP in a single interface.
Definition at line 32 of file ltp_comm.vhd.
BCID out std_logic_vector ( 11 downto 0 ) [Port] |
BCLK in std_logic [Port] |
BCR in std_logic [Port] |
ECR in std_logic [Port] |
ECR_LOAD in std_logic_vector ( 7 downto 0 ) [Port] |
ECR_LOAD_EN in std_logic [Port] |
EXT_EVID out std_logic_vector ( 31 downto 0 ) [Port] |
ieee library [Library] |
L1A in std_logic [Port] |
L1A_LOAD in std_logic_vector ( 23 downto 0 ) [Port] |
L1A_LOAD_EN in std_logic [Port] |
ORBIT in std_logic [Port] |
ORBIT_LOAD in std_logic_vector ( 31 downto 0 ) [Port] |
ORBIT_LOAD_EN in std_logic [Port] |
ORBITID out std_logic_vector ( 31 downto 0 ) [Port] |
RESET in std_logic [Port] |
START_RUN in std_logic [Port] |
std_logic_1164 package [Package] |
std_logic definitions, see file
Reimplemented in main_components.
Definition at line 27 of file ltp_comm.vhd.