[gem5-users] How can I use Write Through Cache

2017-11-23 Thread 조해윤
Hi all, I have two questions. First, as I know, in gem5, there is only write-back cache. Is it alright? Second, if there is only write-back cache, for implementation, how can I approach to implement a write-through cache? Thanks. Haeyoon Cho ___ gem5

Re: [gem5-users] 'MemTraceProbe' is not defined

2017-11-23 Thread Serhat Gesoglu
Hello, Well, it turns out that I somehow removed the line imports MemTraceProbe in BaseCPU.py while trying to figure out what was wrong with protoc. Just in case someone else has a similar problem, MemTraceProbe should also be imported along with CommMonitor to attach a probe to a monitor. Than