timewindow Entity Reference
Apply time window to 1 channel.
More...
List of all members.
|
Architectures |
timewindow_arc | Architecture |
| Apply time window to 1 channel. 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
|
Ports |
CLK | in |
| clock
|
UPPER | in ( 5 downto 0 ) := " 101110 " |
| Upper boundary.
|
LOWER | in ( 5 downto 0 ) := " 010000 " |
| Lower boundary.
|
VAL_IN | in ( 5 downto 0 ) |
| input
|
VAL_OUT | out ( 5 downto 0 ) |
| feedthrough input
|
IN_TIME | out |
| in-time flag
|
Detailed Description
Apply time window to 1 channel.
Applies a time window (boundaries inherited from parent entity) to the leading edge data of 1 channel. Passes on the input value and sets the IN_TIME bit high if the input lies within the time window.
Definition at line 37 of file timewindow.vhd.
Member Data Documentation
LOWER in ( 5 downto 0 ) := " 010000 " [Port] |
arithmetic operations on std_logic datatypes, see file
Definition at line 28 of file timewindow.vhd.
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file
Definition at line 30 of file timewindow.vhd.
UPPER in ( 5 downto 0 ) := " 101110 " [Port] |
VAL_IN in ( 5 downto 0 ) [Port] |
The documentation for this class was generated from the following file: