Axi5SystemInterface constructor

Axi5SystemInterface()

Construct a new instance of an Axi5 interface.

Implementation

Axi5SystemInterface() {
  setPorts([
    Logic.port('ACLK'),
    Logic.port('ARESETn'),
  ], [
    PairDirection.sharedInputs,
  ]);
}