period_check Entity Reference
Check the period of signal.
More...
List of all members.
|
Architectures |
period_check_arc | Architecture |
| Check the period of signal. 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
|
Generics |
PERIOD | range 0 to 255 := 8 |
| Period to check for, must be an even number.
|
Ports |
CLK | in |
| Clock.
|
RES | in |
| Reset.
|
EN | in |
| Enable.
|
A | in |
| Input.
|
Y | out |
| Output, high if signal is periodic with PERIOD.
|
Detailed Description
Check the period of signal.
This entity checks an incoming signal for a period specified with a generic.
Definition at line 36 of file period_check.vhd.
Member Data Documentation
PERIOD range 0 to 255 := 8 [Generic] |
Period to check for, must be an even number.
Definition at line 39 of file period_check.vhd.
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file
Definition at line 31 of file period_check.vhd.
Output, high if signal is periodic with PERIOD.
Definition at line 45 of file period_check.vhd.
The documentation for this class was generated from the following file: