Axi5AwChannelMonitor constructor
- required Axi5SystemInterface sys,
- required Axi5AwChannelInterface aw,
- required Component parent,
- String name = 'axi5AwChannelMonitor',
Creates a new Axi5AwChannelMonitor on aw.
Implementation
Axi5AwChannelMonitor(
{required this.sys,
required this.aw,
required Component parent,
String name = 'axi5AwChannelMonitor'})
: super(name, parent);