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