Axi4WriteMonitor constructor
- required Axi4SystemInterface sIntf,
- required Axi4WriteInterface wIntf,
- required Component parent,
- String name = 'axi4WriteMonitor',
Creates a new Axi4WriteMonitor on wIntf
.
Implementation
Axi4WriteMonitor(
{required this.sIntf,
required this.wIntf,
required Component parent,
String name = 'axi4WriteMonitor'})
: super(name, parent);