Axi4LiteBChannelInterface constructor

Axi4LiteBChannelInterface()

Construct a new instance of an AXI4 interface.

Default values in constructor are from official spec.

Implementation

Axi4LiteBChannelInterface()
    : super(
        idWidth: 0,
        userWidth: 0,
        respWidth: 2,
      );