SURF  1.0
Synchronizer Entity Reference
+ Inheritance diagram for Synchronizer:

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
StdRtlPkg  Package <StdRtlPkg>

Generics

TPD_G  time := 1 ns
RST_POLARITY_G  sl := ' 1 '
OUT_POLARITY_G  sl := ' 1 '
RST_ASYNC_G  boolean := false
STAGES_G  positive := 2
BYPASS_SYNC_G  boolean := false
INIT_G  slv := " 0 "

Ports

clk   in sl
rst   in sl := not RST_POLARITY_G
dataIn   in sl
dataOut   out sl

Detailed Description

See also
entity

Definition at line 26 of file Synchronizer.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 28 of file Synchronizer.vhd.

◆ RST_POLARITY_G

RST_POLARITY_G sl := ' 1 '
Generic

Definition at line 29 of file Synchronizer.vhd.

◆ OUT_POLARITY_G

OUT_POLARITY_G sl := ' 1 '
Generic

Definition at line 30 of file Synchronizer.vhd.

◆ RST_ASYNC_G

RST_ASYNC_G boolean := false
Generic

Definition at line 31 of file Synchronizer.vhd.

◆ STAGES_G

STAGES_G positive := 2
Generic

Definition at line 32 of file Synchronizer.vhd.

◆ BYPASS_SYNC_G

BYPASS_SYNC_G boolean := false
Generic

Definition at line 33 of file Synchronizer.vhd.

◆ INIT_G

INIT_G slv := " 0 "
Generic

Definition at line 34 of file Synchronizer.vhd.

◆ clk

clk in sl
Port

Definition at line 36 of file Synchronizer.vhd.

◆ rst

rst in sl := not RST_POLARITY_G
Port

Definition at line 37 of file Synchronizer.vhd.

◆ dataIn

dataIn in sl
Port

Definition at line 38 of file Synchronizer.vhd.

◆ dataOut

dataOut out sl
Port

Definition at line 39 of file Synchronizer.vhd.

◆ ieee

ieee
Library

Definition at line 19 of file Synchronizer.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 20 of file Synchronizer.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 22 of file Synchronizer.vhd.


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