An example config for the AXI manager.
More...
#include <Manager.h>
|
enum | { numWrites = 100
, numReads = 100
, readDelay = 0
, seed = 0
} |
|
|
static const uint64_t | addrBoundLower = 0 |
|
static const uint64_t | addrBoundUpper = 0xFFFFFFFF |
|
An example config for the AXI manager.
- The following constants must be defined:
- numWrites: The number of writes to perform.
- numReads: The number of reads to perform.
- readDelay: The number of cycles to wait after a write to an address before permitting reads to that address. (If write responses are supported, this can safely be set to 0.)
- addrBoundLower: The lower bound of generated addresses.
- addrBoundUpper: The upper bound of generated addresses.
- seed: The random seed.
Definition at line 50 of file Manager.h.
The documentation for this struct was generated from the following file: