SURF  1.0
Crc32 Entity Reference

Entities

rtl  architecture
 

Libraries

ieee 

Use Clauses

std_logic_1164 
std_logic_arith 
std_logic_unsigned 
StdRtlPkg  Package <StdRtlPkg>
CrcPkg  Package <CrcPkg>

Generics

BYTE_WIDTH_G  integer := 4
CRC_INIT_G  slv ( 31 downto 0 ) := x " FFFFFFFF "
CRC_POLY_G  slv ( 31 downto 0 ) := x " 04C11DB7 "
TPD_G  time := 0 . 5 ns

Ports

crcOut   out slv ( 31 downto 0 )
crcClk   in sl
crcDataValid   in sl
crcDataWidth   in slv ( 2 downto 0 )
crcIn   in slv ( ( BYTE_WIDTH_G * 8 - 1 ) downto 0 )
crcReset   in sl

Detailed Description

See also
entity

Definition at line 37 of file Crc32.vhd.

Member Data Documentation

◆ BYTE_WIDTH_G

BYTE_WIDTH_G integer := 4
Generic

Definition at line 39 of file Crc32.vhd.

◆ CRC_INIT_G

CRC_INIT_G slv ( 31 downto 0 ) := x " FFFFFFFF "
Generic

Definition at line 40 of file Crc32.vhd.

◆ CRC_POLY_G

CRC_POLY_G slv ( 31 downto 0 ) := x " 04C11DB7 "
Generic

Definition at line 41 of file Crc32.vhd.

◆ TPD_G

TPD_G time := 0 . 5 ns
Generic

Definition at line 42 of file Crc32.vhd.

◆ crcOut

crcOut out slv ( 31 downto 0 )
Port

Definition at line 44 of file Crc32.vhd.

◆ crcClk

crcClk in sl
Port

Definition at line 45 of file Crc32.vhd.

◆ crcDataValid

crcDataValid in sl
Port

Definition at line 46 of file Crc32.vhd.

◆ crcDataWidth

crcDataWidth in slv ( 2 downto 0 )
Port

Definition at line 47 of file Crc32.vhd.

◆ crcIn

crcIn in slv ( ( BYTE_WIDTH_G * 8 - 1 ) downto 0 )
Port

Definition at line 48 of file Crc32.vhd.

◆ crcReset

crcReset in sl
Port

Definition at line 49 of file Crc32.vhd.

◆ ieee

ieee
Library

Definition at line 28 of file Crc32.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 29 of file Crc32.vhd.

◆ std_logic_arith

std_logic_arith
Package

Definition at line 30 of file Crc32.vhd.

◆ std_logic_unsigned

Definition at line 31 of file Crc32.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 32 of file Crc32.vhd.

◆ CrcPkg

CrcPkg
Package

Definition at line 33 of file Crc32.vhd.


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