Axi4WriteComplianceChecker constructor
- Axi4SystemInterface sIntf,
- Axi4BaseAwChannelInterface reqIntf,
- Axi4BaseWChannelInterface dataIntf,
- Axi4BaseBChannelInterface respIntf, {
- required Component parent,
- String name = 'axi4WriteComplianceChecker',
Creates a new compliance checker for AXI4.
Implementation
Axi4WriteComplianceChecker(
this.sIntf,
this.reqIntf,
this.dataIntf,
this.respIntf, {
required Component parent,
String name = 'axi4WriteComplianceChecker',
}) : super(name, parent);