[gem5-users] define new debug flag step by step

2014-02-15 Thread Sobhan Niknam
Hi I want tracing with new debug flag that save only tick + source address + destination address of all packet in a 4*4 mesh network. How can i do it? Please guide me step by step and help me as soon as possible. thanks. M.Sc Student Department of Computer Engineering Iran University of Science

Re: [gem5-users] trace of commMonitor

2014-02-15 Thread Chao Zhang
Hi Andreas, You are right. I’m in atomic mode. I got it fixed by specifying the cpu to timing mode. Thanks very much! Chao Zhang Peking University 在 2014年2月14日,下午11:19,Andreas Hansson 写道: > Hi Chao, > > Are you running in timing mode? No output will be collected in atomic as the > time-

[gem5-users] VExpress 3.3 Kernel

2014-02-15 Thread Gautam Dhanabalan
Hi, I'm trying to run android using the 3.3 VExpress_EMM kernel. I get the following error. panic: Write request to unknown register number: 0x5808 @ cycle 22924847066250 [write:build/ARM/dev/i8254xGBe.cc, line 684] Memory Usage: 631224 KBytes Program aborted at cycle 22924847066250 Aborted

Re: [gem5-users] Adding CommMonitor between CPU and L1d-cache

2014-02-15 Thread Andreas Hansson
Hi Pei, The easiest is to have a look at the util/decode_packet_trace.py script. The script merely prints a few of the fields. I¹d suggest you have a look at src/proto/packet.proto for an extensive list if what fields are encoded in the trace. The intention is not to use the python script for anyt