Axi5QosAcceptInterface constructor

Axi5QosAcceptInterface()

Construct a new instance of an Axi5 interface.

Implementation

Axi5QosAcceptInterface() {
  setPorts([
    Logic.port('VAWQOSACCEPT', 4),
    Logic.port('VARQOSACCEPT', 4),
  ], [
    PairDirection.fromConsumer,
  ]);
}