![]() |
Network Wizard for VHDL Test Benches
|
This library provides functions for bit stuffing.
The bit-stuffing algorithm inserts an extra bit if a sequence of bits with the same value is longer than a specified threshold.
More details in nw_bitstuff_pkg
Include the libraries:
Example: HDLC-style bit-stuffing. Assume we have a HDLC frame in the variable v_data
(8bit format). A zero-bit shall be inserted after each sequence of 5 one's. The 8-bit frame is converted to 1-bit with f_repack().
Add FEC (0x7e) before and after the bit-stuffed HDLC frame:
Decoding of a bit-stuffed frame:
See further examples in the test bench nw_codec_tb.vhd.