Ace5LiteArChannelInterface constructor

Ace5LiteArChannelInterface({
  1. required Axi5BaseArChannelConfig config,
  2. bool userMixInEnable = false,
  3. bool idMixInEnable = false,
  4. bool debugMixInEnable = false,
  5. bool atomicMixInEnable = false,
  6. bool mmuMixInEnable = false,
  7. bool chunkMixInEnable = false,
  8. bool qualMixInEnable = false,
  9. bool tagMixInEnable = false,
  10. bool opcodeMixInEnable = false,
})

Constructor.

Implementation

Ace5LiteArChannelInterface(
    {required super.config,
    super.userMixInEnable,
    super.idMixInEnable,
    super.debugMixInEnable,
    super.atomicMixInEnable,
    super.mmuMixInEnable,
    super.chunkMixInEnable,
    super.qualMixInEnable,
    super.tagMixInEnable,
    super.opcodeMixInEnable})
    : super(
        useCrediting: false,
        sharedCredits: false,
        numRp: 0,
      );