Axi5CrChannelMonitor constructor
- required Axi5SystemInterface sys,
- required Axi5CrChannelInterface cr,
- required Component parent,
- String name = 'axi5CrChannelMonitor',
Creates a new Axi5CrChannelMonitor on cr.
Implementation
Axi5CrChannelMonitor(
{required this.sys,
required this.cr,
required Component parent,
String name = 'axi5CrChannelMonitor'})
: super(name, parent);