![]() |
Network Wizard for VHDL Test Benches
|
This library provides functions for the COBS algorithm.
The COBS algorithm replaces all zeros in the data to be encoded. Worst case overhead for large packets is 0.4%.
More details in nw_cobs_pkg
Include the libraries:
The encoding process will replace all zeros in the data to be encoded.
Decode the encoded data:
See further examples in the test bench nw_codec_tb.vhd.