Module dff_metastable

DFF_WIDTHresetlogicd[DFF_WIDTH-1:0]logicclocklogicqreg[DFF_WIDTH-1:0]

Block Diagram of dff_metastable

Parameters

Name

Default

Description

DFF_WIDTH

1

Ports

Name

Type

Direction

Description

reset

wire logic

input

d

wire logic [DFF_WIDTH - 1 : 0]

input

clock

wire logic

input

q

reg [DFF_WIDTH - 1 : 0]

output

Always Blocks

always @ ( i_q )

Simulation model (metastability)

Instances

Submodules

  • dff_metastable #(.DFF_WIDTH(1))
dffrhqx1_0 (dffrhqx1) Q D CK RN q i_q metastable_toggle_rd (dff_metastable) reset d clock q

Schematic Diagram of dff_metastable