Axi5WChannelMonitor constructor
- required Axi5SystemInterface sys,
- required Axi5WChannelInterface w,
- required Component parent,
- String name = 'axi5WChannelMonitor',
Creates a new Axi5WChannelMonitor on w.
Implementation
Axi5WChannelMonitor(
{required this.sys,
required this.w,
required Component parent,
String name = 'axi5WChannelMonitor'})
: super(name, parent);