Axi5SnoopCluster constructor

Axi5SnoopCluster({
  1. required Axi5AcChannelInterface ac,
  2. required Axi5CrChannelInterface cr,
})

Constructor.

Implementation

Axi5SnoopCluster({required this.ac, required this.cr}) {
  addSubInterface('AC', ac);
  addSubInterface('CR', cr);
}