Axi4RequestChannelMonitor constructor

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