Ace4BChannelInterface constructor

Ace4BChannelInterface({
  1. int idWidth = 4,
  2. int userWidth = 16,
})

Constructor.

Should match regular AXI4 but with DOMAIN and BAR.

Implementation

Ace4BChannelInterface({
  super.idWidth = 4,
  super.userWidth = 16,
}) : super(
        respWidth: 2,
      );