mem-ruby: Unused L3CacheCntrl freed (#598)
Seems like the MOESI_AMD_Base-L3Cache.sm file is unused in the VIPER protocol. It's confusing to have it in the GPU_VIPER.slicc file.
This commit is contained in:
@@ -345,6 +345,7 @@ class L3Cache(RubyCache):
|
||||
self.replacement_policy = TreePLRURP()
|
||||
|
||||
|
||||
# unused in GPU_VIPER; see git blame for discussion
|
||||
class L3Cntrl(L3Cache_Controller, CntrlBase):
|
||||
def create(self, options, ruby_system, system):
|
||||
self.version = self.versionCount()
|
||||
|
||||
@@ -8,4 +8,4 @@ include "GPU_VIPER-msg.sm";
|
||||
include "GPU_VIPER-TCP.sm";
|
||||
include "GPU_VIPER-SQC.sm";
|
||||
include "GPU_VIPER-TCC.sm";
|
||||
include "MOESI_AMD_Base-L3cache.sm";
|
||||
include "MOESI_AMD_Base-L3cache.sm"; // unused in GPU_VIPER; see git blame for discussion
|
||||
|
||||
Reference in New Issue
Block a user