Re: [gem5-users] Beginner script: "consecutive SC failures"

2018-12-09 Thread Alec Roelke
I had a chance to look into this, and the problem is that the data structure storing the sequence of locked reads is shared across all thread contexts, which means that if a thread context A locks an address and then B locks a different address, A has to unlock its address first, before B can, even

[gem5-users] Obtaining trace for Region of Interest

2018-12-09 Thread Mangala Kenche Gowda, Akshatha
Hello all, I am working on a project where I need to generate the traces for a Region of Interest of the benchmark. Below are the system/simulation details that I am working on. benchmark : Running PARSEC blackscholes benchmark on ALPHA system simulation : Full system mode I have marked th