Re: [gem5-users] Trouble booting O3CPU on X86 FS

2012-09-04 Thread Mahshid Sedghi
Thanks for the reply. I can see that it's a python error. It seems that the problem is: class MemBus inherits class Bus, and therefore inherits the constructor method __init__(), which takes 2 arguments, but apparently there is a point where this method is called for an object of class MemBus with

Re: [gem5-users] Trouble booting O3CPU on X86 FS

2012-08-30 Thread Nilay Vaish
On Thu, 30 Aug 2012, Mahshid Sedghi wrote: Hello, I unrolled revision 8930 and tried to boot the kernel, but it failed because of the following error: File "", line 1, in File "/i3c/hpcl/mis5413/gem5/src/python/m5/main.py", line 359, in main # once the script is done File "/i3c/hpcl/mis

Re: [gem5-users] Trouble booting O3CPU on X86 FS

2012-08-30 Thread Mahshid Sedghi
Hello, I unrolled revision 8930 and tried to boot the kernel, but it failed because of the following error: File "", line 1, in File "/i3c/hpcl/mis5413/gem5/src/python/m5/main.py", line 359, in main # once the script is done File "/i3c/hpcl/mis5413/gem5/configs/example/ruby_fs.py", lin

Re: [gem5-users] Trouble booting O3CPU on X86 FS

2012-08-24 Thread Mahshid Sedghi
Thanks Hao for the reply. So, are you booting the kernel with the o3cpu as well? There were a comment by one of the developers saying that people usually boot the system with an inorder cpu, take a checkpoint and then run their simulation using the o3cpu. Thanks, Mahshid On Tue, Aug 21, 2012 at 8

Re: [gem5-users] Trouble booting O3CPU on X86 FS

2012-08-21 Thread Hao Wang
I extract revision 8930 and that works for x86 O3. Hao On Tue, Aug 21, 2012 at 5:28 PM, Mahshid Sedghi wrote: > Hi there. > > I have a problem similar to the one discussed in the following: > http://www.mail-archive.com/gem5-users@gem5.org/msg02407.html > > I am trying to boot a system with 16 o

[gem5-users] Trouble booting O3CPU on X86 FS

2012-08-21 Thread Mahshid Sedghi
Hi there. I have a problem similar to the one discussed in the following: http://www.mail-archive.com/gem5-users@gem5.org/msg02407.html I am trying to boot a system with 16 out of order processors (of type "detailed") running an x86 ISA in full system mode. But when it boots the system, I get som