Ace5LiteWriteCluster constructor
- required Ace5LiteAwChannelInterface aw,
- required Ace5LiteWChannelInterface w,
- required Ace5LiteBChannelInterface b,
Constructor.
Implementation
Ace5LiteWriteCluster({required this.aw, required this.w, required this.b}) {
addSubInterface('AW', aw);
addSubInterface('W', w);
addSubInterface('B', b);
}