Axi5LiteReadCluster constructor

Axi5LiteReadCluster({
  1. required Axi5LiteArChannelInterface ar,
  2. required Axi5LiteRChannelInterface r,
})

Constructor.

Implementation

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