SURF
Loading...
Searching...
No Matches
HammingEccEncoder Entity Reference
+ Inheritance diagram for HammingEccEncoder:

Entities

HammingEccEncoder.rtl  architecture
 

Libraries

ieee 
surf 

Use Clauses

std_logic_1164 
StdRtlPkg  Package <StdRtlPkg>
HammingEccPkg  Package <HammingEccPkg>

Generics

TPD_G  time := 1 ns
RST_POLARITY_G  sl := ' 1 '
RST_ASYNC_G  boolean := false
FLOW_CTRL_EN_G  boolean := false
DATA_WIDTH_G  positive := 8

Ports

clk   in   sl
clkEn   in   sl := ' 1 '
rst   in   sl := not RST_POLARITY_G
ibValid   in   sl := ' 1 '
ibReady   out   sl
ibData   in   slv ( DATA_WIDTH_G- 1 downto 0 )
obValid   out   sl
obReady   in   sl := ' 1 '
obData   out   slv ( hammingEccDataWidth ( DATA_WIDTH_G ) downto 0 )

The documentation for this design unit was generated from the following files: