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