![]() |
Network Wizard for VHDL Test Benches
|
This library provides functions for generation of Pseudo-Random Binary Sequences. A maximum length sequence has some unique properties. If the order of the polynomial is n, then the length of the sequence will be 2^n - 1, the longest run of 1's will be n and the longest run of 0's in that sequence will be n - 1.
More details in nw_prbs_pkg
Include the libraries:
Generate a data array of 8bit pseudo-random numbers:
Maximum length sequences can also be utilized to generate a range of unique, random numbers. Say we want to generate 1024 unique MAC addresses to verify a MAC lookup table, from the range 7c:10
:xx:xx:xx:xx:
See further examples in the test bench nw_util_tb.vhd.