Axi5BChannelMonitor constructor
- required Axi5SystemInterface sys,
- required Axi5BChannelInterface b,
- required Component parent,
- String name = 'axi5BChannelMonitor',
Creates a new Axi5BChannelMonitor on b.
Implementation
Axi5BChannelMonitor(
{required this.sys,
required this.b,
required Component parent,
String name = 'axi5BChannelMonitor'})
: super(name, parent);