Axi5ReadCluster constructor

Axi5ReadCluster({
  1. required Axi5ArChannelInterface ar,
  2. required Axi5RChannelInterface r,
})

Constructor.

Implementation

Axi5ReadCluster({required this.ar, required this.r}) {
  addSubInterface('AR', ar);
  addSubInterface('R', r);
}