Axi5LiteWriteCluster constructor
- required Axi5LiteAwChannelInterface aw,
- required Axi5LiteWChannelInterface w,
- required Axi5LiteBChannelInterface b,
Constructor.
Implementation
Axi5LiteWriteCluster({required this.aw, required this.w, required this.b}) {
addSubInterface('AW', aw);
addSubInterface('W', w);
addSubInterface('B', b);
}