Component comm_crc
Block Diagram of comm_crc
Calculates the Remainder of the Division by the Generator Polynomial GEN.
Name |
Type |
Initial Value |
Description |
---|---|---|---|
GEN |
bit_vector |
|
|
BITS |
positive |
Number of Bits to be processed in parallel |
Name |
Direction |
Type |
Description |
---|---|---|---|
clk |
in |
std_logic |
|
set |
in |
std_logic |
|
init |
in |
std_logic_vector |
|
step |
in |
std_logic |
|
din |
in |
std_logic_vector |
|
rmd |
out |
std_logic_vector |
|
zero |
out |
std_logic |
Remainder is Zero |
×