Architectures | |
EVENT_cnt_arc | Architecture |
ATLAS Level-1 Event Counter. More... | |
Libraries | |
ieee | |
standard IEEE library | |
Packages | |
std_logic_1164 | |
std_logic definitions, see file | |
std_logic_arith | |
arithmetic operations on std_logic datatypes, see file | |
std_logic_unsigned | |
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file | |
Ports | |
CLK | in std_logic |
Clock. | |
RESET | in std_logic |
Global Reset. | |
L1A | in std_logic |
Level-1 Accept. | |
ECR | in std_logic |
Event Counter Reset. | |
ECR_LOAD | in std_logic_vector ( 7 downto 0 ) |
ECR Load Value. | |
ECR_LOAD_EN | in std_logic |
ECR Load Enable. | |
L1A_LOAD | in std_logic_vector ( 23 downto 0 ) |
L1A Load Value. | |
L1A_LOAD_EN | in std_logic |
L1A Load Enable. | |
START_RUN | in std_logic |
Start of global run flag. | |
EXT_EVENT_ID | out std_logic_vector ( 31 downto 0 ) |
Extended Event ID. | |
Attributes | |
use_dsp48 | string |
XST specific attribute for DSP cores. | |
use_dsp48 | " yes " |
force XST to infer DSP48 cores |
This entity counts ATLAS Level-1 Events (needed for TDAQ ID) by taking the Level-1-Accepts from the LTP as reference. Gets reset by dedicated Event Counter Resets, which are also counted, for ID purposes during a run. Also provides the possibility of loading the values of both ECR & L1A Counters.
Definition at line 38 of file EVENT_cnt.vhd.
CLK 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_EVENT_ID 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] |
RESET in std_logic [Port] |
START_RUN in std_logic [Port] |
std_logic_1164 package [Package] |
std_logic_arith package [Package] |
std_logic_unsigned package [Package] |
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file
Definition at line 30 of file EVENT_cnt.vhd.
use_dsp48 " yes " [Attribute] |
use_dsp48 string [Attribute] |