Axi5RChannelMonitor constructor
- required Axi5SystemInterface sys,
- required Axi5RChannelInterface r,
- required Component parent,
- String name = 'axi5RChannelMonitor',
Creates a new Axi5RChannelMonitor on r.
Implementation
Axi5RChannelMonitor(
{required this.sys,
required this.r,
required Component parent,
String name = 'axi5RChannelMonitor'})
: super(name, parent);