Axi4StreamMonitor constructor
- required Axi4SystemInterface sIntf,
- required Axi4StreamInterface rIntf,
- required Component parent,
- String name = 'axi4StreamMonitor',
Creates a new Axi4StreamMonitor on rIntf.
Implementation
Axi4StreamMonitor(
{required this.sIntf,
required this.rIntf,
required Component parent,
String name = 'axi4StreamMonitor'})
: super(name, parent);