misc: Merge branch 'release-staging-v20.0.0.0' into develop
[gem5.git] / src / mem / ruby / protocol / RubySlicc_Types.sm
index ff574b5e2854703d724f6427a525c8b7c7629d1a..831a322af97df7576a67a034276d7b3bf1f86eb0 100644 (file)
@@ -131,7 +131,6 @@ structure (Sequencer, external = "yes") {
   void evictionCallback(Addr);
   void recordRequestType(SequencerRequestType);
   bool checkResourceAvailable(CacheResourceType, Addr);
-  void invalidateSC(Addr);
 }
 
 structure (GPUCoalescer, external = "yes") {
@@ -244,7 +243,7 @@ structure (TimerTable, inport="yes", external = "yes") {
   bool isSet(Addr);
 }
 
-structure (Prefetcher, external = "yes") {
+structure (RubyPrefetcher, external = "yes") {
     void observeMiss(Addr, RubyRequestType);
     void observePfHit(Addr);
     void observePfMiss(Addr);