Axi5CohConnInterface constructor
Construct a new instance of an Axi5 interface.
Implementation
Axi5CohConnInterface() {
setPorts([
Logic.port('SYSCOREQ'),
], [
PairDirection.fromProvider,
]);
setPorts([
Logic.port('SYSCOACK'),
], [
PairDirection.fromConsumer,
]);
}