Axi5ArChannelMonitor constructor

Axi5ArChannelMonitor({
  1. required Axi5SystemInterface sys,
  2. required Axi5ArChannelInterface ar,
  3. required Component parent,
  4. String name = 'axi5RequestChannelMonitor',
})

Creates a new Axi5ArChannelMonitor on ar.

Implementation

Axi5ArChannelMonitor(
    {required this.sys,
    required this.ar,
    required Component parent,
    String name = 'axi5RequestChannelMonitor'})
    : super(name, parent);