Motion FPGA
Motion FPGA for the MachX02-7000HE Breakout Board
|
Level-filter entity. More...
Entities | |
rtl | architecture |
Architecture rtl of level_filter entity. More... | |
Libraries | |
ieee | |
Using IEEE library. |
Use Clauses | |
std_logic_1164 | |
Using IEEE standard logic components. |
Generics | |
count | natural range 1 TO natural ' high := 2 |
Filter length. |
Ports | |
clk_in | in std_logic |
Clock. | |
rst_in | in std_logic |
Asynchronous reset. | |
sig_in | in std_logic |
Input signal. | |
sig_out | out std_logic |
Output signal. |
Level-filter entity.
This entity acts as a level-filter which changes when a signal is stable at a level for the specified count.
Definition at line 16 of file level_filter.vhd.