![]() |
eFEX firmware
1.7.3
ATLAS l1-calo - electron and tau feature extraction firmware for eFEX boards
|
orbit sm More...
Processes | |
| clocked_proc | ( clk ) |
Constants | |
| idle | STATE_TYPE := " 000001 " |
| cnt0_inc | STATE_TYPE := " 000010 " |
| cnt_ref0 | STATE_TYPE := " 000100 " |
| cnt1_inc | STATE_TYPE := " 001000 " |
| cnt_ref1 | STATE_TYPE := " 010000 " |
| s1 | STATE_TYPE := " 100000 " |
Subtypes | |
| STATE_TYPE | std_logic_vector ( 5 DOWNTO 0 ) |
Signals | |
| cntr_0 | unsigned ( 4 downto 0 ) |
| cntr_1 | unsigned ( 4 downto 0 ) |
| current_state | STATE_TYPE |
orbit sm
This statae machine will measures the time between the arrival of ref orbit and chan orbit. It will continue measuring the time difference in two counters and only generate counter value when the two counts are equal.
Definition at line 34 of file orbit_sm.vhd.
1.9.1