I checked all the .py files within the src/mem/ruby folder... But i dont
see any flaw in them (upto my knowledege)... I will try checking the cc
files also...

[Thank you for mentioning my mistake... i actually forgot and will see to
it the subject is included always]

On Sat, Feb 18, 2012 at 3:30 AM, Gabriel Michael Black <
gbl...@eecs.umich.edu> wrote:

> You should really put a subject on this so people who would be interested
> will see it when scanning through their mail.
>
> This sounds like a bug in one of the simulation scripts. I vaguely
> remember a recent change where there was a redundant copy of the system
> parameter being used with one of the CPUs (maybe?) and that was taken out
> of the C++. It could be that it was left in some of the python scripts, and
> the now redundant system parameter is colliding with the real one.
>
> Gabe
>
>
> Quoting Meeran Mohideeen <mee...@bsauniv.ac.in>:
>
>  Hi...
>>
>> I am trying to run an ALPHA CMP simulation with two cores with ruby memory
>> component.... When i try to run the simulation using
>> "./build/ALPHA_FS/gem5.opt configs/example/ruby_fs.py -n 2 --l1i_size=16kB
>> --l1d_size=16kB --l2_size=2MB --num-l2caches=1 --topology=Mesh --timing
>> --script=runcsript.rcS"
>>
>> i am getting the following warning.
>>
>> warning: overwriting port <orphan LinuxAlphaSystem>.tsunami.ide.dma value
>> <orphan LinuxAlphaSystem>.dma_cntrl0.dma_sequencer.port[0] with <orphan
>> LinuxAlphaSystem>.dma_cntrl0.dma_sequencer.port[1]
>> warning: overwriting port <orphan LinuxAlphaSystem>.tsunami.ethernet.dma
>> value <orphan LinuxAlphaSystem>.dma_cntrl1.dma_sequencer.port[0] with
>> <orphan LinuxAlphaSystem>.dma_cntrl1.dma_sequencer.port[1]
>>
>> Also... the simulation is halted with
>>
>> [ srm_env: version 0.0.6 loaded successfully ].... (i.e: knfsd
>> installation
>> doesnt begins) ------------------------> (from m5out/system.term)
>>
>> But when i run the same simulation without ruby component (i.e:
>> ./build/ALPHA/fs.py) the simulation runs fine..... Whats wrong with
>> ruby.... Please help me......
>>
>>
>
> _______________________________________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to