Axi5LiteReadCluster constructor
- required Axi5LiteArChannelInterface ar,
- required Axi5LiteRChannelInterface r,
Constructor.
Implementation
Axi5LiteReadCluster({required this.ar, required this.r}) {
addSubInterface('AR', ar);
addSubInterface('R', r);
}