![]() |
Network Wizard for VHDL Test Benches
|
Functions | |
t_slv_arr | f_gen_prbs ( poly: in std_logic_vector data_width: in positive length: in positive msb_first: in boolean init: in std_logic_vector ) |
Create PRBS sequence. | |
t_slv_arr | f_gen_prbs ( poly: in std_logic_vector data_width: in positive length: in positive msb_first: in boolean true ) |
Create PRBS sequence. |
|
Function |
Create PRBS sequence.
poly | Polynomial to use |
data_width | Data width |
length | Number of data words |
msb_first | Pack bits MSB in data words first (True), or LSB (False) |
init | LFSR init value |
Generate a PRBS sequence of given length and data width. The LFSR uses Galois configuration. Example maximum length polynomials up to order 32 can be found as constants. Init value cannot be zero (would return all zero array).
Example use
|
Function |
Create PRBS sequence.
poly | Polynomial to use |
data_width | Data width |
length | Number of data words |
msb_first | Pack bits MSB in data words first (True, default), or LSB (False) |
This is an overloaded verison of f_gen_prbs with init value set to all 1's.
Example use