![]() |
Network Wizard for VHDL Test Benches
|
This library provides functions for calculation of checksums and CRC.
More details in nw_crc_pkg
Include the libraries:
Calculation of internet checksum (IPv4 header checksum):
Calculation of 8bit checksum (no carry):
Calculation of ethernet CRC - here we need to postprocess the CRC by bit-reversing, swap endianess and inverting:
See further examples in the test bench nw_util_tb.vhd.