Axi4WChannelInterface constructor

Axi4WChannelInterface({
  1. int idWidth = 4,
  2. int userWidth = 32,
  3. int dataWidth = 64,
  4. bool useLast = true,
})

Constructor.

Implementation

Axi4WChannelInterface({
  super.idWidth = 4,
  super.userWidth = 32,
  super.dataWidth = 64,
  super.useLast = true,
});