[gem5-users] Re: Prefetcher Configurations Issue

2021-07-13 Thread Shawn via gem5-users
Hello Hossein, Thank you very much for your help! I just tried to set the prefetcher in my configuration script as you said, and it worked! Again, I really appreciate the help. Shawn -- Original -- From:  "gem5-users";

[gem5-users] Prefetcher Configurations Issue

2021-07-13 Thread Shawn via gem5-users
Hello, I am trying to enable the prefetcher of the cache in SE mode (not Ruby).  After I modified the prefetcher configurations in src/mem/cache/cache.py to prefetcher = Param.BasePrefetcher(TaggedPrefetcher(),"Prefetcher attached to cache") and compiled it, it gave the error NameError: name

[gem5-users] Periodical Cache Line Eviction

2021-06-09 Thread Shawn via gem5-users
Hi,   I would like to implement a functionality in the classic cache model (not Ruby) to allow specific cache lines (e.g. set 0 way 0) to be evicted when the cache total access reaches a threshold value. Is this possible to achieve on gem5?   Can someone give me some suggestions?   T

[gem5-users] Re: Query of Using Debugging Flag

2020-05-11 Thread Shawn via gem5-users
Hi Pouya, Thanks for your reply. I just tried what you said and it did solve my problem. Also, I checked the "--help", it does mentioned about "-r" and "-e", I am really sorry I asked a pointless question. Again, I really apprciate your help. Kind Regards, Shawn Liu.  --

[gem5-users] Query of Using Debugging Flag

2020-05-11 Thread Shawn via gem5-users
Hello,   I am a beginner of gem5. I am currently trying to learn how to debug in gem5.   I read the introduction about debugging (https://www.gem5.org/documentation/learning_gem5/part2/debugging/) and tried  'build/X86/gem5.opt --debug-flags=DRAM configs/learning_gem5/part1/simple.py | head