Axi4BaseWChannelInterface constructor
Constructor.
Implementation
Axi4BaseWChannelInterface({
super.idWidth = 4,
super.userWidth = 32,
super.dataWidth = 64,
super.useLast = true,
}) : strbWidth = dataWidth ~/ 8,
super(prefix: 'W', main: true) {
setPorts([
Logic.port('WSTRB', strbWidth),
], [
PairDirection.fromProvider,
]);
}