Re: [gem5-users] gem5 SE with Win10's 14.04 Ubuntu

2017-07-04 Thread 赵智慧
But when I run "build/X86/gem5.opt configs/example/se.py -c tests/test-progs/hello/bin/x86/linux/hello --remote-gdb-port=0" it shows "se.py:error:no such option:--remote-gdb-port". So how to use this command ? -原始邮件- 发件人:"Jason Lowe-Power" 发送时间:2017-07-04

Re: [gem5-users] gem5 SE with Win10's 14.04 Ubuntu

2017-07-04 Thread Jason Lowe-Power
A quick fix is to run with --remote-gdb-port=0. Jason On Mon, Jul 3, 2017 at 10:45 PM 赵智慧 wrote: > Hello,all > > I activated Win10's built-in Ubuntu, and then install gem5 on this ubuntu. > > After compiling the X86 architecture with scons, I run the command >

Re: [gem5-users] Dumping stats in gem5

2017-07-04 Thread Jason Lowe-Power
Hi Sharjeel, Here's an example script that I've used: https://github.com/powerjg/gem5/blob/features/tardis/configs/myconfigs/runkvm.py#L99. In that same branch (features/tardis) there are also more complicated scripts that fast-forward, switch CPUs, and reset stats. In general, I strongly

Re: [gem5-users] Dumping stats in gem5

2017-07-04 Thread SHARJEEL KHILJI
Hi Jason, I am sorry but this is very old conversation but still if you please help. You said that I can modify the python script to dump stats and restart simulation. How can I do that and where in simulation.py I can do that. Thanks for your help. regards, sharjeel On 6 June 2017 at 19:11,