![]() |
Network Wizard for VHDL Test Benches
|
Functions | |
| t_slv_arr | f_gen_nrs ( start_val: in std_logic_vector len: in positive step: in std_logic_vector "1" step_up: in boolean true ) |
| Create Non-random sequence. | |
|
Function |
Create Non-random sequence.
| start_val | Start value (array will have same data width as start_val) |
| len | Data array length |
| step | Increment/decrement between each data word (default 1) |
| step_up | True (default) for increment, False for decrement |
Generate a non-random sequence. The first value is start_val and the value will increment or decrement with the step value for each word.
Example use