Axi5QosAcceptInterface constructor
Construct a new instance of an Axi5 interface.
Implementation
Axi5QosAcceptInterface() {
setPorts([
Logic.port('VAWQOSACCEPT', 4),
Logic.port('VARQOSACCEPT', 4),
], [
PairDirection.fromConsumer,
]);
}