Ace4WChannelInterface constructor

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

Constructor.

Should match regular AXI4 but with DOMAIN and BAR.

Implementation

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