Re: [gem5-users] running dijkstra benchmark from Mibench on Cortex ARM7

2014-10-17 Thread Andreas Hansson via gem5-users
To avoid confusion, I merely wanted to highlight that there is a difference between ARMv7 and ARM Cortex-A7. The former is an ISA, the latter an in-order (and not out-of-order) core. Andreas On 17/10/2014 01:33, "Naveed Ul Mustafa via gem5-users" wrote: > >Thanks for reply > >I applied ur sugge

[gem5-users] physical Memory access

2014-10-17 Thread Farshid Hajhashemi via gem5-users
Hello I need to profile all accesses to physical memory(DRAM) including address and data. I did scons for ARM architecture in SE mode; is there any clue where & how I should add my listeners? Best Regards Farshid Hajhashemi ___ gem5-users mailing list ge

[gem5-users] Heterogeneous system in FS mode

2014-10-17 Thread Vanchinathan Venkataramani via gem5-users
Hi all I'm trying to create a heterogeneous system with 1 2-way 2 4-way and 1 8-way core in arm-detailed FS mode. Following is the change I made in fs.py: cpus = [] for i in xrange(4): if(i == 0): cpus.append(2-way) elif (i == 1): cpus.append(4-way) elif (i ==

[gem5-users] Turn Off Scientific Notation in Histogram Stats Printing

2014-10-17 Thread Patrick L. via gem5-users
I am collecting some histogram data that is getting printed out to stats.txt. The problem I am having is that the buckets are getting printed out in scientific notation. I have been looking around in the code and documentation and it isn't immediately obvious to me how to change that. Does anyo

Re: [gem5-users] Turn Off Scientific Notation in Histogram Stats Printing

2014-10-17 Thread Patrick L. via gem5-users
Patrick L. via gem5-users gem5.org> writes: > > I am collecting some histogram data that is getting printed out to > stats.txt. The problem I am having is that the buckets are getting printed > out in scientific notation. I have been looking around in the code and > documentation and it isn'

Re: [gem5-users] running dijkstra benchmark from Mibench on Cortex ARM7

2014-10-17 Thread Naveed Ul Mustafa via gem5-users
Hi Andreas, can you please provide some hint to solve the problem? am I making a mistake when I cross compile the source code of dijkstra for Cortex- A7. Any help will be musch appreciated. > To avoid confusion, I merely wanted to highlight that there is a > difference between ARMv7 and ARM Cor

Re: [gem5-users] modeling L3 last level cache in gem5

2014-10-17 Thread Poovaiah MP via gem5-users
Hi Prateek, I'm trying to do something very similar to what you were. Would you please let me know what was the if-else ladder problem that you were mentioning? I'm a bit stuck at this point and would appreciate any help on this. Thanks, Poovaiah On Wed, Apr 9, 2014 at 12:25 PM, Prateek Gupta w