Axi5AcChannelMonitor constructor
- required Axi5SystemInterface sys,
- required Axi5AcChannelInterface ac,
- required Component parent,
- String name = 'axi5AcChannelMonitor',
Creates a new Axi5AcChannelMonitor on ac.
Implementation
Axi5AcChannelMonitor(
{required this.sys,
required this.ac,
required Component parent,
String name = 'axi5AcChannelMonitor'})
: super(name, parent);