SURF  1.0
ClockDivider Entity Reference

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
std_logic_arith 
std_logic_unsigned 
StdRtlPkg  Package <StdRtlPkg>

Generics

TPD_G  time := 1 ns
LEADING_EDGE_G  sl := ' 1 '
COUNT_WIDTH_G  integer range 1 to 32 := 16

Ports

clk   in sl
rst   in sl
highCount   in slv ( COUNT_WIDTH_G - 1 downto 0 )
lowCount   in slv ( COUNT_WIDTH_G - 1 downto 0 )
delayCount   in slv ( COUNT_WIDTH_G - 1 downto 0 )
divClk   out sl
preRise   out sl
preFall   out sl

Detailed Description

See also
entity

Definition at line 27 of file ClockDivider.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 30 of file ClockDivider.vhd.

◆ LEADING_EDGE_G

LEADING_EDGE_G sl := ' 1 '
Generic

Definition at line 31 of file ClockDivider.vhd.

◆ COUNT_WIDTH_G

COUNT_WIDTH_G integer range 1 to 32 := 16
Generic

Definition at line 32 of file ClockDivider.vhd.

◆ clk

clk in sl
Port

Definition at line 34 of file ClockDivider.vhd.

◆ rst

rst in sl
Port

Definition at line 35 of file ClockDivider.vhd.

◆ highCount

highCount in slv ( COUNT_WIDTH_G - 1 downto 0 )
Port

Definition at line 36 of file ClockDivider.vhd.

◆ lowCount

lowCount in slv ( COUNT_WIDTH_G - 1 downto 0 )
Port

Definition at line 37 of file ClockDivider.vhd.

◆ delayCount

delayCount in slv ( COUNT_WIDTH_G - 1 downto 0 )
Port

Definition at line 38 of file ClockDivider.vhd.

◆ divClk

divClk out sl
Port

Definition at line 39 of file ClockDivider.vhd.

◆ preRise

preRise out sl
Port

Definition at line 40 of file ClockDivider.vhd.

◆ preFall

preFall out sl
Port

Definition at line 41 of file ClockDivider.vhd.

◆ ieee

ieee
Library

Definition at line 19 of file ClockDivider.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 20 of file ClockDivider.vhd.

◆ std_logic_arith

std_logic_arith
Package

Definition at line 21 of file ClockDivider.vhd.

◆ std_logic_unsigned

Definition at line 22 of file ClockDivider.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 23 of file ClockDivider.vhd.


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