Axi4BaseBChannelInterface constructor

Axi4BaseBChannelInterface({
  1. int idWidth = 4,
  2. int userWidth = 16,
  3. int respWidth = 2,
})

Constructor.

Implementation

Axi4BaseBChannelInterface({
  super.idWidth = 4,
  super.userWidth = 16,
  super.respWidth = 2,
}) : super(prefix: 'B');