MatchLib
|
An AXI manager that generates traffic according to a file for use in testbenches. More...
#include <ManagerFromFile.h>
An AXI manager that generates traffic according to a file for use in testbenches.
axiCfg | A valid AXI config. |
enable_interrupts | Set true to enable support for interrupt instructions (default false) |
Interrupts: delay_from_previous_request,Q,arbitrary,arbitrary,arbitrary
For reads, it's best to specify the full DATA_WIDTH of expected response data.
Use burst_len=0 for a single-beat transaction (no burst). For burst_len>0, use one line for each beat in the burst. All beats in a burst must have the same burst_len, be listed sequentially with appropriately incrementing addresses, and be grouped together (no intervening transactions). The delay field on beats in a burst after the first is ignored (all subsequent beats are sent as soon as possible).
Definition at line 61 of file ManagerFromFile.h.