Axi5WChannelConfig constructor

Axi5WChannelConfig({
  1. int userWidth = 32,
  2. int dataWidth = 64,
  3. bool useLast = true,
  4. int tagDataWidth = 0,
  5. bool useTag = false,
  6. bool useTagUpdate = false,
  7. bool useTagMatch = false,
  8. bool tracePresent = false,
  9. int loopWidth = 0,
  10. int strbWidth = 0,
  11. bool usePoison = false,
})

Constructor.

Implementation

Axi5WChannelConfig({
  super.userWidth = 32,
  super.dataWidth = 64,
  super.useLast = true,
  super.tagDataWidth = 0,
  super.useTag = false,
  super.useTagUpdate = false,
  super.useTagMatch = false,
  super.tracePresent = false,
  super.loopWidth = 0,
  super.strbWidth = 0,
  super.usePoison = false,
});