Axi4RChannelInterface constructor

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

Constructor.

Implementation

Axi4RChannelInterface({
  super.idWidth = 4,
  super.userWidth = 32,
  super.dataWidth = 64,
  super.useLast = true,
}) : super(
        respWidth: 2,
      );