Axi5CohConnInterface constructor

Axi5CohConnInterface()

Construct a new instance of an Axi5 interface.

Implementation

Axi5CohConnInterface() {
  setPorts([
    Logic.port('SYSCOREQ'),
  ], [
    PairDirection.fromProvider,
  ]);
  setPorts([
    Logic.port('SYSCOACK'),
  ], [
    PairDirection.fromConsumer,
  ]);
}