Axi4RequestChannelMonitor constructor
- required Axi4SystemInterface sIntf,
- required Axi4RequestChannelInterface rIntf,
- required Component parent,
- String name = 'axi4RequestChannelMonitor',
Creates a new Axi4RequestChannelMonitor on rIntf.
Implementation
Axi4RequestChannelMonitor(
{required this.sIntf,
required this.rIntf,
required Component parent,
String name = 'axi4RequestChannelMonitor'})
: super(name, parent);