I'm using o3.

I modified the original file "run.py" in the directory "tests".
When I run the command line, I have good results that I need.

    build/ALPHA_SE/gem5.debug --debug-flag=O3CPUAll
--trace-file=trace.txt -d m5out tests/run.py tests/configs/o3-timing

So, What is the difference between run.py and se.py in terms of debug-flag?



On 2/6/12, Nilay Vaish <[email protected]> wrote:
> Which CPU model do you think is in use? The default, I think, is
> AtomicSimpleCPU, where as the debug flags that you are specifying seems to
> be those for the O3CPU.
>
> --
> Nilay
>
> On Mon, 6 Feb 2012, Edward Kim wrote:
>
>> Yes, I know that.
>>
>> Which information do you get in file "trace.txt" when you run the command
>> line?
>>
>>      build/ALPHA_SE/gem5.debug --debug-flag=Commit
>> --trace-file=trace.txt -d m5out configs/example/se.py
>>
>> I have none. There is an empty "trace.txt" file.
>>
>> On 2/6/12, Madhav Suresh <[email protected]> wrote:
>>> Hey, did you try the --debug-help flag? Maybe that will help?
>>>
>>> Madhav
>>>
>>>
>>>
>>> On Mon, Feb 6, 2012 at 3:26 PM, Edward Kim <[email protected]>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I am trying to get the debugging information that I need, but I can
>>>> only get some part of it.
>>>>
>>>> For example, when I run the following command line:
>>>>    build/ALPHA_SE/gem5.debug --debug-flag=O3CPUAll
>>>> --trace-file=trace.txt -d m5out configs/example/se.py
>>>>
>>>> Then, I get only the debugging information of Fetch & Decode, not all of
>>>> them.
>>>>
>>>> What option do I have to include in the script file "se.py"?
>>>> Can anyone please tell me how I can fix this?
>>>>
>>>> Thanks!
>>>>
>>>> --Kim
>>>> _______________________________________________
>>>> gem5-users mailing list
>>>> [email protected]
>>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>>>>
>>>
>> _______________________________________________
>> gem5-users mailing list
>> [email protected]
>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>>
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to