Re: [gem5-dev] [m5-dev] Review Request: stats: move code that loops over all stats into python

2011-06-08 Thread William Wang
Hi, I'm trying to call a global function implemented in C++ from a function in the Python __init__.py file, how can I do that? Is that a good example that I can follow? Thanks, William -Original Message- From: gem5-dev-boun...@m5sim.org [mailto:gem5-dev-boun...@m5sim.org] On Behalf

[m5-dev] changeset in m5: ARM: Cleanup and small fixes to some NEON ops t...

2011-04-04 Thread William Wang
changeset c3090dc00ddf in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=c3090dc00ddf description: ARM: Cleanup and small fixes to some NEON ops to match the spec. Only certain bits of the cpacr can be written, some must be equal. Mult instructions that

[m5-dev] Assertion in o3 CPU inst queue impl

2011-03-10 Thread William Wang
Hi, We've looked into the following piece of code in src/cpu/o3/inst_queue_impl.hh (http://repo.m5sim.org/m5/diff/7bb1223f9645/src/cpu/o3/inst_queue_impl.hh), it looks like the old assertion assert(ns_inst_it != nonSpecInsts.end should be removed when both cases are covered in the patch diff

[m5-dev] changeset in m5: ARM: Add support for GDB on ARM

2010-11-15 Thread William Wang
OF SUCH DAMAGE. + * + * Authors: Nathan Binkert + * William Wang + */ + +/* + * Copyright (c) 1990, 1993 + * The Regents of the University of California. All rights reserved. + * + * This software was developed by the Computer Systems Engineering group + * at Lawrence Berkeley

[m5-dev] FW: socket data read in M5

2010-10-28 Thread William Wang
I used PollEvent to listen to a data socket, however, it appears that in simulation, 3 SIGIO signals arrived at the same time, which is not the case in reality. My understanding is that there are two queues, one is the global queue which process the asynchronous events, and another poll queue

[m5-dev] changeset in m5: ARM: Remove ALPHA KSeg functions.

2010-08-25 Thread William Wang
changeset 84a44eb3ccb8 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=84a44eb3ccb8 description: ARM: Remove ALPHA KSeg functions. These were erronously copied years ago into the ARM directory. diffstat: src/arch/arm/isa_traits.hh | 5 -