[gem5-users] ARM MiBench

2012-06-18 Thread Ira Ray Jenkins
Does anyone have experience compiling/running any of the MiBench programs on the ARM simulator? I tried cross-compiling the qsort example, but it seg faults. I'm not sure if I'm missing a param to gcc or what... I am compiling with: arm-none-linux-gnueabi-gcc -static qsort_small.c -O3 -o qsort_sma

Re: [gem5-users] Question about stats

2012-06-13 Thread Ira Ray Jenkins
o be used for matching up frame captures from a > frame buffer to stats that go with it and and the other are used to measure > simulator performance where you wouldn't want to only account it during a > small window. > > > > Ali > > > > > > If you want numbe

[gem5-users] Question about stats

2012-06-13 Thread Ira Ray Jenkins
Is there a reason the following stats are not reset after dumpresetstats ? * final_tick * host_inst_rate * host_op_rate * sim_inst * sim_ops ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Fwd: Questions about running SPEC benchmarks in FS mode

2012-06-12 Thread Ira Ray Jenkins
Since I can't see the terminal output, my assumption is that everything is running fine. The warnings and such are all expected/known. On my setup, using the Bbench images for Android Gingerbread and ICS, gem5.opt boots in about 30 minutes - 1 hour, your mileage may vary. You aren't running a be

[gem5-users] Question about dumping stats

2012-06-11 Thread Ira Ray Jenkins
At the beginning of my sim, I run m5 dumpresetstats, then every so often I call m5 dumpresetstatus again. The first call produces: system.realview.nvmem.bw_read 2 # Total read bandwidth from this memory (bytes/s) system.realview.nvmem.bw_inst_read 2

Re: [gem5-users] ARM Checkpoint SegFault

2012-06-10 Thread Ira Ray Jenkins
ted. Therefore, while > taking a checkpoint, you should only have the physical memory in place. Or > else, the memory state captured in the checkpoint would not be the actual > memory state. > > -- > Nilay > > > On Sun, 10 Jun 2012, Ira Ray Jenkins wrote: > >>

Re: [gem5-users] ARM Checkpoint SegFault

2012-06-10 Thread Ira Ray Jenkins
o it could very well be that > something broke it. > > Could you provide enough details to reproduce the problem? (e.g. the complete > command line etc) > > Andreas > > From: gem5-users-boun...@gem5.org [gem5-users-boun...@gem5.o

[gem5-users] Help Understanding Stats

2012-06-07 Thread Ira Ray Jenkins
I've completed a few benchmark runs, and in looking at the stats I'm a little confused. Specifically regarding the translation buffers... The dtb is the "data", and the "itb" is the instruction, correct? Why then do the comments on many of the "itb" lines says "DTB"? Is this a copy/past mistake or

Re: [gem5-users] Android benchmarks and BBench implementation

2012-06-04 Thread Ira Ray Jenkins
this on the list once I have an image with BBench on it. > > -Tony > > On Mon, Jun 4, 2012 at 3:36 PM, Ira Ray Jenkins > wrote: >> >> On Mon, Jun 4, 2012 at 3:30 PM, Anthony Gutierrez >> wrote: >> >> The browser's homepage was manually set to the b

Re: [gem5-users] Android benchmarks and BBench implementation

2012-06-04 Thread Ira Ray Jenkins
On Mon, Jun 4, 2012 at 3:30 PM, Anthony Gutierrez wrote: >> The browser's homepage was manually set to the bbench start page. There is >> a way to open the browser and set it to a certain page, e.g., am start -a >> android.intent.action.VIEW -d    http://gem5.org but this doesn't work for >> local

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Ira Ray Jenkins
On Sun, Jun 3, 2012 at 10:21 PM, Ali Saidi wrote: >> >> Sorry about switching between top and bottom posts, gmail defaults to top. >> >> Originally I thought I was building the 38 kernel; however, because I >> did a "git checkout -b", I really only created a new branch >> identically to the HEAD -

[gem5-users] Android benchmarks and BBench implementation

2012-06-03 Thread Ira Ray Jenkins
I am trying to create and port some benchmarks over to gem5 Android. I've been basing my efforts on BBench, but I have a few questions about its implementation. In init.rc, "m5 readfile" is called to read "start_apk.sh". This is actually the benchmark script (.rcS) that is passed in from Benchmark

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Ira Ray Jenkins
On Sun, Jun 3, 2012 at 3:48 PM, Anirudh Sivaraman wrote: > On Sun, Jun 3, 2012 at 3:20 PM, Ira Ray Jenkins > wrote: >> Well, that's slightly frustrating to have to use a separate toolchain >> than the one distributed with AOSP, but in any case I will attempt it >>

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Ira Ray Jenkins
e you tried building with the > compiler/libs provided with Android? If so, what problems are you having? > > -Tony > > > On Sun, Jun 3, 2012 at 3:20 PM, Ira Ray Jenkins > wrote: >> >> Well, that's slightly frustrating to have to use a separate toolchain >&

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Ira Ray Jenkins
. The end goal is to use the same kernel/disk images on qemu and gem5, and use qemu to "fastforward" gem5. On Sun, Jun 3, 2012 at 9:11 AM, Anirudh Sivaraman wrote: > On Sat, Jun 2, 2012 at 8:40 PM, Ira Ray Jenkins > wrote: >> On Sat, Jun 2, 2012 at 7:54 PM, Anirudh Sivaram

Re: [gem5-users] Android kernel stalls

2012-06-02 Thread Ira Ray Jenkins
n Sat, Jun 2, 2012 at 7:30 PM, Ira Ray Jenkins > wrote: >> I am attempting to duplicate the android kernel provided with gem5. >> >> Following the instructions here: >> http://www.linux-arm.org/LinuxKernel/LinuxAndroidPlatform >> >> I cloned the repo: git c

[gem5-users] Android kernel stalls

2012-06-02 Thread Ira Ray Jenkins
I am attempting to duplicate the android kernel provided with gem5. Following the instructions here: http://www.linux-arm.org/LinuxKernel/LinuxAndroidPlatform I cloned the repo: git clone git://linux-arm.org/linux-2.6-armdroid.git and checkout'd 2.6.38-armdroid with: git checkout -b 2.6.38-armdr

Re: [gem5-users] Android IceCreamSandwich on gem5

2012-05-31 Thread Ira Ray Jenkins
hu, May 31, 2012 at 9:51 PM, Ira Ray Jenkins > wrote: >> >> I'm wondering if anyone has built a kernel/disk image for ICS? The >> site documentation is missing the steps to building a kernel and disk >> image, but if anyone has tried o

[gem5-users] Android IceCreamSandwich on gem5

2012-05-31 Thread Ira Ray Jenkins
I'm wondering if anyone has built a kernel/disk image for ICS? The site documentation is missing the steps to building a kernel and disk image, but if anyone has tried or knows of reasons why it won't work, please share. ___ gem5-users mailing list gem5-u

Re: [gem5-users] Sharing kernel and disk images between qemu and gem5

2012-05-24 Thread Ira Ray Jenkins
've got in gem5 (RealViewPBX, or > VersatileExpress EMM).  If the kernel you're building has a bootloader > emebedded in it, you'll need to specified the --bare-metal command line > option, so that the simulation doesn't do initializations for the kernel > that the bootl

Re: [gem5-users] Sharing kernel and disk images between qemu and gem5

2012-05-24 Thread Ira Ray Jenkins
ut you > might provide, > > > On Thu, May 24, 2012 at 12:44 PM, Anthony Gutierrez > wrote: >> >> Looks like you have to adjust your qemu settings. Look at the error, r15 >> (PC) is 0xc0008000. That is likely the kernel base address. >> >> >> On Thu,

Re: [gem5-users] Sharing kernel and disk images between qemu and gem5

2012-05-24 Thread Ira Ray Jenkins
errez wrote: > Also, that simulator output isn't really useful for determining what the > problem actually is. Can you see what is being output on port 3456? Can you > get any logcat output? > > -Tony > > On Thu, May 24, 2012 at 11:32 AM, Ira Ray Jenkins > wrote: >>

[gem5-users] Sharing kernel and disk images between qemu and gem5

2012-05-24 Thread Ira Ray Jenkins
I am doing some experiments with Android using qemu and gem5. I would like to be able to have a single kernel and disk image to use experimenting between qemu and gem5. They don't have to be the same, just identical. I have a goldfish kernel and android disk image that qemu can boot; however, tryin

Re: [gem5-users] BBench running time

2012-04-20 Thread Ira Ray Jenkins
oot in atomic and then run Bbench with arm_detailed I would envision > roughly three days. > > You can have a look at the terminal and framebuffer output. > > Andreas > > -Original Message- > From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On

[gem5-users] BBench running time

2012-04-20 Thread Ira Ray Jenkins
I ran the BBench benchmark as described online for about 8 hours. The only output I got was "Warn xyz instruction not implemented", is this normal? How long does this benchmark take to run? I know it is dependent on the host machine, but I'm just looking for a ball-park? Is 8 hours enough, did I do

[gem5-users] BBench and Android ICS images

2012-04-19 Thread Ira Ray Jenkins
There are some provided images for Android and BBench using Gingerbread. Does anyone have any later/newer images, or can anyone direct me on how to build my own images? ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listi

[gem5-users] Compilation Problem

2012-04-17 Thread Ira Ray Jenkins
I am trying to get gem5 up and running on Mac OSX 10.6.8. I'm reasonably certain I have the required materials. I've installed the scons-local package within the gem5 directory. The following output is from my attempt to build. I'm unfamiliar with the system, so any help would be greatly appreciate