![]() |
eFEX firmware
1.7.3
ATLAS l1-calo - electron and tau feature extraction firmware for eFEX boards
|
Instantiate tide mark calculation for a 16 bit data input. More...
Entities | |
| rtl | architecture |
| Instantiate tide mark calculation for a 16 bit data input. More... | |
Libraries | |
| ieee | |
| Use standard library. | |
Use Clauses | |
| std_logic_1164 | |
| numeric_std | |
Generics | |
| width | integer := 16 |
Ports | ||
| clk_in | in | std_logic |
| rst_in | in | std_logic |
| value_bus | in | STD_LOGIC_VECTOR ( width- 1 downto 0 ) |
| tide_mark_out | out | STD_LOGIC_VECTOR ( width- 1 downto 0 ) |
Instantiate tide mark calculation for a 16 bit data input.
Instantiate tide mark calculation for a set of 16 bit values
Input is array of NChannels fifo_status_array containing the instantaneous values Output is array of NChannels fifo_status_array in the same order containing the tide mark values
Definition at line 17 of file tide_mark_block.vhd.
1.9.1