SURF  1.0
Debouncer Entity Reference
+ Inheritance diagram for Debouncer:
+ Collaboration diagram for Debouncer:

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
numeric_std 
StdRtlPkg  Package <StdRtlPkg>

Generics

TPD_G  time := 1 ns
RST_POLARITY_G  sl := ' 1 '
RST_ASYNC_G  boolean := false
INPUT_POLARITY_G  sl := ' 0 '
OUTPUT_POLARITY_G  sl := ' 1 '
FILTER_SIZE_G  positive := 16
FILTER_INIT_G  slv := X " 0000 "
SYNCHRONIZE_G  boolean := true

Ports

clk   in sl
rst   in sl := not RST_POLARITY_G
i   in sl
o   out sl

Detailed Description

See also
entity

Definition at line 25 of file Debouncer.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 28 of file Debouncer.vhd.

◆ RST_POLARITY_G

RST_POLARITY_G sl := ' 1 '
Generic

Definition at line 29 of file Debouncer.vhd.

◆ RST_ASYNC_G

RST_ASYNC_G boolean := false
Generic

Definition at line 30 of file Debouncer.vhd.

◆ INPUT_POLARITY_G

INPUT_POLARITY_G sl := ' 0 '
Generic

Definition at line 31 of file Debouncer.vhd.

◆ OUTPUT_POLARITY_G

OUTPUT_POLARITY_G sl := ' 1 '
Generic

Definition at line 32 of file Debouncer.vhd.

◆ FILTER_SIZE_G

FILTER_SIZE_G positive := 16
Generic

Definition at line 33 of file Debouncer.vhd.

◆ FILTER_INIT_G

FILTER_INIT_G slv := X " 0000 "
Generic

Definition at line 34 of file Debouncer.vhd.

◆ SYNCHRONIZE_G

SYNCHRONIZE_G boolean := true
Generic

Definition at line 35 of file Debouncer.vhd.

◆ clk

clk in sl
Port

Definition at line 38 of file Debouncer.vhd.

◆ rst

rst in sl := not RST_POLARITY_G
Port

Definition at line 39 of file Debouncer.vhd.

◆ i

i in sl
Port

Definition at line 40 of file Debouncer.vhd.

◆ o

o out sl
Port

Definition at line 41 of file Debouncer.vhd.

◆ ieee

ieee
Library

Definition at line 18 of file Debouncer.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 19 of file Debouncer.vhd.

◆ numeric_std

numeric_std
Package

Definition at line 20 of file Debouncer.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 21 of file Debouncer.vhd.


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