Re: [m5-dev] Review Request: sim: use nextCycle() for quiesceSkip function

2011-03-21 Thread Korey Sewell
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/603/#review1002 --- src/sim/pseudo_inst.cc http://reviews.m5sim.org/r/603/#comment1370

[m5-dev] Cron m5test@zizzer /z/m5/regression/do-regression quick

2011-03-21 Thread Cron Daemon
* build/ALPHA_SE/tests/fast/quick/20.eio-short/alpha/eio/simple-atomic passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-atomic passed. * build/ALPHA_SE/tests/fast/quick/30.eio-mp/alpha/eio/simple-atomic-mp passed. *

Re: [m5-dev] Review Request: sim: use nextCycle() for quiesceSkip function

2011-03-21 Thread Ali Saidi
What is the exact problem you're trying to solve here? Why can the compiler complain about this? What is the error message? Ali Sent from my ARM powered device On Mar 20, 2011, at 8:14 PM, Korey Sewell ksew...@umich.edu wrote: ---

Re: [m5-dev] Review Request: Network Tester Patch

2011-03-21 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/561/#review1003 --- Ship it! - Brad On 2011-03-20 05:23:02, Tushar Krishna wrote:

Re: [m5-dev] Review Request: Ruby: Remove CacheMsg class from SLICC

2011-03-21 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/327/#review1004 --- Ship it! - Brad On 2011-03-20 10:53:10, Nilay Vaish wrote:

Re: [m5-dev] Review Request: sim: use nextCycle() for quiesceSkip function

2011-03-21 Thread Korey Sewell
Sorry, I didnt give the full details here. I'm using gcc4.4.1. And when I compile for m5.opt/debug then I get the following errors: [ CXX] ALPHA_FS_MOESI_CMP_directory/sim/pseudo_inst.cc - .o ... cc1plus: warnings being treated as errors build/ALPHA_FS_MOESI_CMP_directory/sim/eventq.hh: In

Re: [m5-dev] Review Request: sim: use nextCycle() for quiesceSkip function

2011-03-21 Thread Gabriel Michael Black
This looks like the compiler being a little over ambitious looking for problems. Can we just turn off that warning? Gabe Quoting Korey Sewell ksew...@umich.edu: Sorry, I didnt give the full details here. I'm using gcc4.4.1. And when I compile for m5.opt/debug then I get the following

Re: [m5-dev] Review Request: sim: use nextCycle() for quiesceSkip function

2011-03-21 Thread Gabriel Michael Black
I just saw Ali's email (casting to UTick). I like that idea better than mine. I had just assumed Tick already was unsigned, but apparently that's not true. Gabe Quoting Gabriel Michael Black gbl...@eecs.umich.edu: This looks like the compiler being a little over ambitious looking for

[m5-dev] Ruby Question about MESI_CMP and implications of a Blocking Protocol

2011-03-21 Thread Malek Musleh
Hi, 1) I was wondering if the MESI_CMP protocol is currently implemented as a 'blocking' protocol, similar to how the MOESI_CMP version is. I see that on this link on the GEMS page that it indicates that the MOESI_CMP one is blocking, but doesn't indicate anything about the MESI_CMP version.

[m5-dev] changeset in m5: This patch adds the network tester for simple a...

2011-03-21 Thread Tushar Krishna
changeset 19444b1f092c in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=19444b1f092c description: This patch adds the network tester for simple and garnet networks. The tester code is in testers/networktest. The tester can be invoked by

[m5-dev] changeset in m5: fix garnet fleible pipeline

2011-03-21 Thread Tushar Krishna
changeset bdb039c42553 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=bdb039c42553 description: fix garnet fleible pipeline diffstat: src/mem/ruby/network/garnet/flexible-pipeline/GarnetNetwork.cc| 18 -

[m5-dev] changeset in m5: This patch makes garnet use the info about acti...

2011-03-21 Thread Tushar Krishna
changeset 2c47dc111abd in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=2c47dc111abd description: This patch makes garnet use the info about active and inactive vnets during allocation and power estimations etc diffstat:

Re: [m5-dev] changeset in m5: This patch adds the network tester for simple a...

2011-03-21 Thread nathan binkert
In the future, please follow the rules for commit messages. Nate changeset 19444b1f092c in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=19444b1f092c description:        This patch adds the network tester for simple and garnet networks.        The tester code is in