![]() |
eFEX firmware
1.7.3
ATLAS l1-calo - electron and tau feature extraction firmware for eFEX boards
|
Generic Counter for process FPGA. More...
Entities | |
| Behavioral | architecture |
| Generic Counter for process FPGA. More... | |
Libraries | |
| IEEE | |
Use Clauses | |
| STD_LOGIC_1164 | |
| std_logic_arith | |
Generics | |
| width | integer := 32 |
| WRAPAROUND | boolean := True |
Ports | ||
| CE | in | STD_LOGIC |
| Enable signal input. | ||
| CLK | in | STD_LOGIC |
| Clock signal input. | ||
| RST | in | STD_LOGIC |
| Reset signal input. | ||
| Q | out | STD_LOGIC_VECTOR ( width- 1 downto 0 ) |
| Counter Output signal. | ||
Generic Counter for process FPGA.
This module is a Generic Counter. By default the output of counter goes to ZERO when it reaches full count, or if a RESET is applied, but with WRAPAROUND set to false the counter will saturate when it reaches full count
Definition at line 16 of file cntr_generic.vhd.
1.9.1