Axi5WriteCluster constructor
- required Axi5AwChannelInterface aw,
- required Axi5WChannelInterface w,
- required Axi5BChannelInterface b,
Constructor.
Implementation
Axi5WriteCluster({required this.aw, required this.w, required this.b}) {
addSubInterface('AW', aw);
addSubInterface('W', w);
addSubInterface('B', b);
}