Re: [gem5-dev] registerThreadContext

2011-05-31 Thread Gabe Black
On 05/31/11 22:43, Steve Reinhardt wrote: > On Wed, May 25, 2011 at 10:57 AM, nathan binkert wrote: >> I see a few options for solving this problem: >> 1) Separate out the contextId allocation from registerThreadContext so >> things like DMA controllers and memtesters can get allocated a >> contex

Re: [gem5-dev] registerThreadContext

2011-05-31 Thread Steve Reinhardt
On Wed, May 25, 2011 at 10:57 AM, nathan binkert wrote: > > I see a few options for solving this problem: > 1) Separate out the contextId allocation from registerThreadContext so > things like DMA controllers and memtesters can get allocated a > contextID. > 2) Create a base class for ThreadContex

Re: [gem5-dev] Functional Memory Accesses in Ruby

2011-05-31 Thread Nilay Vaish
On Sat, 28 May 2011, Nilay Vaish wrote: Hi Brad I am trying to complete the patch on functional accesses in Ruby. I came across this problem while testing the patch for higher number of processors. I am working with MESI CMP directory protocol right now. So I will describe the problem in its

[gem5-dev] changeset in web-graphics: Resize topology figure

2011-05-31 Thread Tushar Krishna
changeset c1a85b596072 in /z/repo/web-graphics details: web-graphics?cmd=changeset;node=c1a85b596072 description: Resize topology figure diffstat: ruby/figures/Topology_overview.jpg |0 1 files changed, 0 insertions(+), 0 deletions(-) diffs (2 lines): diff -r 8b47475cd2b3 -r c1a85

[gem5-dev] changeset in web-graphics: network: updated topology figure

2011-05-31 Thread Tushar Krishna
changeset 8b47475cd2b3 in /z/repo/web-graphics details: web-graphics?cmd=changeset;node=8b47475cd2b3 description: network: updated topology figure diffstat: ruby/figures/Topology_overview.jpg |0 1 files changed, 0 insertions(+), 0 deletions(-) diffs (2 lines): diff -r 1f62f3ea627

Re: [gem5-dev] Unable to upload figures to wiki

2011-05-31 Thread Ali Saidi
On Tue, 31 May 2011 14:46:37 -0400, Tushar Krishna wrote: Thanks Ali. This is the repo right? h...@m5sim.org/web-graphics Yes And how do I point to the images in the repo from the wiki? http://www.gem5.org/graphics Ali ___ gem5-dev mailing list

Re: [gem5-dev] Unable to upload figures to wiki

2011-05-31 Thread Tushar Krishna
Thanks Ali. This is the repo right? h...@m5sim.org/web-graphics And how do I point to the images in the repo from the wiki? Thanks, Tushar On 5/31/2011 2:13 PM, Ali Saidi wrote: Upload graphics using the repository not the wiki interface. Thanks, Ali On Tue, 31 May 2011 13:41:48 -0400, Tus

Re: [gem5-dev] Unable to upload figures to wiki

2011-05-31 Thread Ali Saidi
Upload graphics using the repository not the wiki interface. Thanks, Ali On Tue, 31 May 2011 13:41:48 -0400, Tushar Krishna wrote: Hi Nate, I am unable to upload new figures to the wiki. I get this upload warning: The upload directory (public) is not writable by the webserver. Does this ha

[gem5-dev] Unable to upload figures to wiki

2011-05-31 Thread Tushar Krishna
Hi Nate, I am unable to upload new figures to the wiki. I get this upload warning: The upload directory (public) is not writable by the webserver. Does this have something to do with permissions? Thanks, Tushar ___ gem5-dev mailing list gem5-dev@m5sim

[gem5-dev] Cron /z/m5/regression/do-regression quick

2011-05-31 Thread Cron Daemon
scons: `build/ALPHA_SE/m5.debug' is up to date. scons: `build/ALPHA_SE_MOESI_hammer/m5.debug' is up to date. scons: `build/ALPHA_SE_MESI_CMP_directory/m5.debug' is up to date. scons: `build/ALPHA_SE_MOESI_CMP_directory/m5.debug' is up to date. scons: `build/ALPHA_SE_MOESI_CMP_token/m5.debug' is up

Re: [gem5-dev] Review Request: ISA parser: Simplify operand type handling.

2011-05-31 Thread Gabe Black
On 05/30/11 21:57, Steve Reinhardt wrote: > On Mon, May 30, 2011 at 1:33 PM, Gabe Black wrote: >> On 05/30/11 09:47, Steve Reinhardt wrote: >>> Anyway, it seems very odd to have to say "(int8_t)Mem.ub" when we already >>> have a ".sb" operand type defined as "int8_t". It seems like a weird >>>