Axi4WriteComplianceChecker constructor

Axi4WriteComplianceChecker(
  1. Axi4SystemInterface sIntf,
  2. Axi4BaseAwChannelInterface reqIntf,
  3. Axi4BaseWChannelInterface dataIntf,
  4. Axi4BaseBChannelInterface respIntf, {
  5. required Component parent,
  6. 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);