Axi4WriteComplianceChecker constructor
- Axi4SystemInterface sIntf,
- Axi4WriteInterface wIntf, {
- required Component parent,
- String name = 'axi4WriteComplianceChecker',
Creates a new compliance checker for AXI4.
Implementation
Axi4WriteComplianceChecker(
this.sIntf,
this.wIntf, {
required Component parent,
String name = 'axi4WriteComplianceChecker',
}) : super(name, parent);