Axi4BChannelInterface constructor

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

Constructor.

Implementation

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