Axi4SystemInterface constructor

Axi4SystemInterface()

Construct a new instance of an AXI4 interface.

Implementation

Axi4SystemInterface() {
  setPorts([
    Logic.port('ACLK'),
    Logic.port('ARESETn'),
  ], [
    Axi4Direction.misc,
  ]);
}