Axi5SnoopCluster constructor
- required Axi5AcChannelInterface ac,
- required Axi5CrChannelInterface cr,
Constructor.
Implementation
Axi5SnoopCluster({required this.ac, required this.cr}) {
addSubInterface('AC', ac);
addSubInterface('CR', cr);
}
Constructor.
Axi5SnoopCluster({required this.ac, required this.cr}) {
addSubInterface('AC', ac);
addSubInterface('CR', cr);
}