Axi4SystemInterface constructor
Construct a new instance of an AXI4 interface.
Implementation
Axi4SystemInterface() {
setPorts([
Logic.port('ACLK'),
Logic.port('ARESETn'),
], [
Axi4Direction.misc,
]);
}
Construct a new instance of an AXI4 interface.
Axi4SystemInterface() {
setPorts([
Logic.port('ACLK'),
Logic.port('ARESETn'),
], [
Axi4Direction.misc,
]);
}