Hi guys,

I have one basic question regarding implementation. I implemented some
simple function in CacheController class. I would like to call it for every
cache instance. How I understood MemoryHierarchy class contains all
Controller instances.

is this controllers declaration?

// array of caches and memory
dynarray<Controller*> cpuControllers_;
dynarray<Controller*> allControllers_;
dynarray<Interconnect*> allInterconnects_;
Controller* memoryController_;

I am not sure which of these are cacheController array? Did I understood
this correctly, or I was wrong with this? Or in general how can I access
every instanced cacheController.

Sorry I am bothering you with this but I hope that you find time for reply.

best regards
Zoran
_______________________________________________
http://www.marss86.org
Marss86-Devel mailing list
[email protected]
https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel

Reply via email to