SURF  1.0
DspCounter Entity Reference

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
std_logic_unsigned 
std_logic_arith 
StdRtlPkg  Package <StdRtlPkg>

Generics

TPD_G  time := 1 ns
RST_POLARITY_G  sl := ' 1 '
RST_ASYNC_G  boolean := false
DATA_WIDTH_G  integer range 1 to 48 := 16
INCREMENT_G  integer range 1 to 48 := 1

Ports

clk   in sl := ' 0 '
rst   in sl := ' 0 '
en   in sl := ' 1 '
cnt   out slv ( DATA_WIDTH_G - 1 downto 0 )

Detailed Description

See also
entity

Definition at line 27 of file DspCounter.vhd.

Member Data Documentation

◆ TPD_G

TPD_G time := 1 ns
Generic

Definition at line 29 of file DspCounter.vhd.

◆ RST_POLARITY_G

RST_POLARITY_G sl := ' 1 '
Generic

Definition at line 30 of file DspCounter.vhd.

◆ RST_ASYNC_G

RST_ASYNC_G boolean := false
Generic

Definition at line 31 of file DspCounter.vhd.

◆ DATA_WIDTH_G

DATA_WIDTH_G integer range 1 to 48 := 16
Generic

Definition at line 32 of file DspCounter.vhd.

◆ INCREMENT_G

INCREMENT_G integer range 1 to 48 := 1
Generic

Definition at line 33 of file DspCounter.vhd.

◆ clk

clk in sl := ' 0 '
Port

Definition at line 35 of file DspCounter.vhd.

◆ rst

rst in sl := ' 0 '
Port

Definition at line 36 of file DspCounter.vhd.

◆ en

en in sl := ' 1 '
Port

Definition at line 37 of file DspCounter.vhd.

◆ cnt

cnt out slv ( DATA_WIDTH_G - 1 downto 0 )
Port

Definition at line 38 of file DspCounter.vhd.

◆ ieee

ieee
Library

Definition at line 18 of file DspCounter.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 19 of file DspCounter.vhd.

◆ std_logic_unsigned

Definition at line 20 of file DspCounter.vhd.

◆ std_logic_arith

std_logic_arith
Package

Definition at line 21 of file DspCounter.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 23 of file DspCounter.vhd.


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