[gem5-users] start of kernel above 0xF0000000 not possible

2012-04-03 Thread Samuel Hitz
Hi there, I'm just wondering why it isn't possible to link the kernel file in such a way that the start of the kernel lies above 0xF000. I'm always getting a panic: invalid access size! @ cycle 0 [write:build/ARM/dev/isa_fake.cc, line 116] But if I link it to be situated below this mark

Re: [gem5-users] (garnet question) tester generates load only on 1st virtual network

2012-04-03 Thread Tushar Krishna
Hi Dean, The number of vnets that get traffic ultimately depend on the coherence protocol. When you ran Simics, the coherence protocol you built will determine how many vnets are active and what kinds of traffic they carry. If you are using the GEMS network tester, the traffic injector code in T

[gem5-users] (garnet question) tester generates load only on 1st virtual network

2012-04-03 Thread Dean Michael Ancajas
Hi, My question is regarding the garnet network only tester from this: https://lists.cs.wisc.edu/archive/gems-users/2009-October/msg00030.shtml I have made it run but I am wondering if there is a special reason why only the first virtual network is used. If I run under simics I am getting traf

Re: [gem5-users] Building error

2012-04-03 Thread Iordan Alexandru
The scons_config.log contains the following: file /home/alex/gem5/SConstruct,line 634:     Configure(confdir = build/.scons_config) scons: Configure: Checking for leading underscore in global variables... build/.scons_config/conftest_0.c <-   |   |    asm(".globl _x; _x: .byte 0");   |

Re: [gem5-users] Problem with Linux kernel 3.1

2012-04-03 Thread Arkaprava Basu
Following thread seem to have fallen silent. Was anybody able to boot Linux 3.X on gem5 finally? Thanks Arka On 12/16/2011 08:08 AM, Anders Handler wrote: > Hi, > > My current finding suggests that the problem exists in the e820 stuff. > Maybe some changes to the handling of realModeData. > >

Re: [gem5-users] bbench/android

2012-04-03 Thread Anirudh Sivaraman
On Tue, Apr 3, 2012 at 11:45 AM, Levine, Michael I wrote: > So I left the simulation running all night. When I look at the latest screen > shot, it looks like Android booted successfully. However, it doesn't look > like bbench was able to run because "No connection to the internet found". > That'

Re: [gem5-users] bbench/android

2012-04-03 Thread Levine, Michael I
So I left the simulation running all night. When I look at the latest screen shot, it looks like Android booted successfully. However, it doesn't look like bbench was able to run because "No connection to the internet found". Are there any steps I am missing to get the simulation connected to th

Re: [gem5-users] Building error

2012-04-03 Thread Ali Saidi
What is in build/scons_config.log? Ali On 03.04.2012 10:10, Iordan Alexandru wrote: > I know I should, but no. The ones with verbose option produced something like this: > > machine:~/gem5$ scons --verbose > scons: Reading SConscript files ... > Checking for leading underscore in global

Re: [gem5-users] Building error

2012-04-03 Thread Iordan Alexandru
I know I should, but no. The ones with verbose option produced something like this: machine:~/gem5$ scons --verbose scons: Reading SConscript files ... Checking for leading underscore in global variables...no Checking for C header file Python.h... yes Checking for C library pthread... yes Checkin

Re: [gem5-users] Building error

2012-04-03 Thread Ali Saidi
Did any of them produce more output that you have listed below. You should see some sort of error message. Thanks, Ali On 03.04.2012 05:58, Iordan Alexandru wrote: > Issuing just "scons" is equivalent to "scons build/ALPHA/gem5.debug". But I tried: > scons --verbose build/ALPHA_MOESI_CM

Re: [gem5-users] Adding new debug flag

2012-04-03 Thread ankit more
Hi Hamid, This was discussed in one of the older threads, but here you go: As for steps: 1. add a statment in a SConscript like this DebugFlag('MyFlagName'). This is done typically in the SConscript closest to where you want to use it, but I believe its not necessary 2. In the cc files where yo

Re: [gem5-users] Building error

2012-04-03 Thread Iordan Alexandru
Issuing just "scons" is equivalent to "scons build/ALPHA/gem5.debug". But I tried: scons --verbose build/ALPHA_MOESI_CMP_directory/gem5.opt scons --verbose build/ALPHA_MOESI_CMP_directory/gem5.opt FULL_SYSTEM=True TARGET_ISA='alpha' scons --verbose build/ALPHA/gem5.opt scons --verbose build

Re: [gem5-users] Building error

2012-04-03 Thread Kirtika Ruchandani
Check previous thread. The command is "scons build/ALPHA/gem5.debug" (or maybe m5.debug in the newer version?) On Tue, Apr 3, 2012 at 2:28 PM, Iordan Alexandru wrote: > Hello > > I recently updated my repository (changeset: 8926:97f06a79b6f5) and now > I am unable to build GEM5. The funny thi

[gem5-users] Building error

2012-04-03 Thread Iordan Alexandru
Hello I recently updated my repository (changeset:   8926:97f06a79b6f5) and now I am unable to build GEM5. The funny thing is that I don't get any error. I tried the default configuration (according to SConstruct this is build/ALPHA/gem5.debug) and the ALPHA_MOESI_CMP_directory but the result i

[gem5-users] Adding new debug flag

2012-04-03 Thread Hamid Reza Khaleghzadeh
Hi all, I have added a debug flag by adding debugflag() command to gem5/src/cpu/SConscript file. I want to use the flag in gem5/src/cpu/exetrace.cc file, But I don't know how to do it. Could you help me? Thanks ___ gem5-users mailing list gem5-users@gem

[gem5-users] Define new debug flag

2012-04-03 Thread Hamid Reza Khaleghzadeh
Hi, I have added a new debug flag to Gem5. Now, Could you tell me how this flag can be accessed in source code? ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users