Axi5ArChannelMonitor constructor
- required Axi5SystemInterface sys,
- required Axi5ArChannelInterface ar,
- required Component parent,
- 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);