I want to implement multi-bank cache in ruby ​​mode, and I use the 
MESI_Three_Level protocol to maintain the consistency of the three-level cache. 
Which scripts should I modify to realize multi-bank cache ?

(1) Do I need to modify all the .sm files in src/mem/ruby/protocol/,  such as,  
MESI_Three_Level-L0cache.sm , L1cache.sm
    To Modify variables such as out_msg.Dest in the above script ?

(2) Or the implementation of multi-bank cache is independent of the protocol 
and should not be modified in the above script ?
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to