loop_cnt Entity Reference
Continous counter, 32 bit.
More...
List of all members.
|
Architectures |
loop_cnt_arc | Architecture |
| Continous counter, 32 bit. 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
|
numeric_std | |
| arithmetic functions use ieee.numeric_std.all; operators for signed use ieee.numeric_std.all; unsigned datatypes, see file
|
Ports |
CLK | in |
| Clock.
|
EN | in |
| Enable.
|
RESET | in |
| Reset.
|
Y | out ( 31 downto 0 ) |
| Counter value out.
|
Detailed Description
Continous counter, 32 bit.
Definition at line 37 of file loop_cnt.vhd.
Member Data Documentation
arithmetic functions use ieee.numeric_std.all; operators for signed use ieee.numeric_std.all; unsigned datatypes, see file
Definition at line 34 of file loop_cnt.vhd.
arithmetic operations on std_logic datatypes, see file
Definition at line 30 of file loop_cnt.vhd.
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file
Definition at line 32 of file loop_cnt.vhd.
Y out ( 31 downto 0 ) [Port] |
The documentation for this class was generated from the following file: