Axi5SystemInterface constructor
Construct a new instance of an Axi5 interface.
Implementation
Axi5SystemInterface() {
setPorts([
Logic.port('ACLK'),
Logic.port('ARESETn'),
], [
PairDirection.sharedInputs,
]);
}
Construct a new instance of an Axi5 interface.
Axi5SystemInterface() {
setPorts([
Logic.port('ACLK'),
Logic.port('ARESETn'),
], [
PairDirection.sharedInputs,
]);
}