Axi5ReadCluster constructor
- required Axi5ArChannelInterface ar,
- required Axi5RChannelInterface r,
Constructor.
Implementation
Axi5ReadCluster({required this.ar, required this.r}) {
addSubInterface('AR', ar);
addSubInterface('R', r);
}
Constructor.
Axi5ReadCluster({required this.ar, required this.r}) {
addSubInterface('AR', ar);
addSubInterface('R', r);
}