[gem5-users] Build failure with latest master branch

2017-01-23 Thread maitysanchayan
Hello, I try to build latest gem5 master branch from github but get the error below with protobuf In file included from build/X86/cpu/o3/probe/elastic_trace.hh:61:0, from build/X86/cpu/o3/probe/elastic_trace.cc:42: build/X86/proto/inst_dep_record.pb.h:453:6: error: "PROTOBUF_INLI

Re: [gem5-users] Compiling binary for x86_64 for Syscall Emulation

2017-01-23 Thread Jason Lowe-Power
Hi Sanchayan, gem5 does have support for dynamic executables on Linux x86 platforms. I'm not certain what the limitations are, but there is some support for it. I still don't know why you're experiencing that error with your regular binary. Maybe we can take this off-list and you can send me the

Re: [gem5-users] Making a Victim-like Cache (for an L3 Cache) that also makes calls to memory

2017-01-23 Thread Andreas Hansson
Hi Tony, If you are using the “classic” gem5 memory system, the caches already have options that gets you a bit on the way: 1) The options clusivity along with writeback_clean can be set to match your desired behaviour. Have a look at src/mem/cache/Caches.py for more details. 2) You have a set