Axi4ResponseChannelMonitor constructor

Axi4ResponseChannelMonitor({
  1. required Axi4SystemInterface sIntf,
  2. required Axi4BaseBChannelInterface rIntf,
  3. required Component parent,
  4. 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);