Motion FPGA
Motion FPGA for the MachX02-7000HE Breakout Board
level_filter Entity Reference

Level-filter entity. More...

Inheritance diagram for level_filter:
level_filter_tb

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.

Detailed Description

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.


The documentation for this class was generated from the following file: