SURF  1.0
Crc32Parallel Entity Reference
+ Inheritance diagram for Crc32Parallel:

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 "
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 43 of file Crc32Parallel.vhd.

Member Data Documentation

◆ BYTE_WIDTH_G

BYTE_WIDTH_G integer := 4
Generic

Definition at line 45 of file Crc32Parallel.vhd.

◆ CRC_INIT_G

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

Definition at line 46 of file Crc32Parallel.vhd.

◆ TPD_G

TPD_G time := 0 . 5 ns
Generic

Definition at line 48 of file Crc32Parallel.vhd.

◆ crcOut

crcOut out slv ( 31 downto 0 )
Port

Definition at line 50 of file Crc32Parallel.vhd.

◆ crcClk

crcClk in sl
Port

Definition at line 51 of file Crc32Parallel.vhd.

◆ crcDataValid

crcDataValid in sl
Port

Definition at line 52 of file Crc32Parallel.vhd.

◆ crcDataWidth

crcDataWidth in slv ( 2 downto 0 )
Port

Definition at line 53 of file Crc32Parallel.vhd.

◆ crcIn

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

Definition at line 54 of file Crc32Parallel.vhd.

◆ crcReset

crcReset in sl
Port

Definition at line 56 of file Crc32Parallel.vhd.

◆ ieee

ieee
Library

Definition at line 34 of file Crc32Parallel.vhd.

◆ std_logic_1164

std_logic_1164
Package

Definition at line 35 of file Crc32Parallel.vhd.

◆ std_logic_arith

std_logic_arith
Package

Definition at line 36 of file Crc32Parallel.vhd.

◆ std_logic_unsigned

Definition at line 37 of file Crc32Parallel.vhd.

◆ StdRtlPkg

StdRtlPkg
Package

Definition at line 38 of file Crc32Parallel.vhd.

◆ CrcPkg

CrcPkg
Package

Definition at line 39 of file Crc32Parallel.vhd.


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