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

2010-02-04 Thread Cron Daemon
* build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/o3-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/inorder-timing passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-atomic passed. * build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux

Re: [m5-dev] Implementing checkpointing for inorder

2010-02-04 Thread Korey Sewell
> > 1. The first stage of the pipeline should not process the stage when a > drainPending flag is set (or should this be associated specifically > with the fetch logic?) > This sounds good. There is already a "checkSignals" type function in the pipeline stage definition that you may be able to play

Re: [m5-dev] Implementing checkpointing for inorder

2010-02-04 Thread soumyaroop roy
Thanks for the overview, Ali. It helped a lot. Draining is definitely the trickier thing. This is my understanding of the flow in O3: 1. When drain() is called, it sets the "drainPending" flag to TRUE following which the fetch stage does not fetch any instructions. 2. Subsequently, when all the

Re: [m5-dev] Branch predictor problems?

2010-02-04 Thread Timothy M Jones
This was another patch that I forgot about (I had a lot going on before Christmas and in January - sorry). Can I assume that it's ok to commit this one too? Just a note about this - I don't have the EIO regressions running so can't update the stats for these. Can someone else do it once I'

Re: [m5-dev] [PATCH 0 of 2] Updated: Timing translation and unaligned accesses

2010-02-04 Thread Timothy M Jones
Hi everyone, I just realised that I didn't ever actually commit these patches. Does anyone have any problems with them, or can I go ahead? I know it's ISCA rebuttal period, so no rush (it's been a month and a half anyhow, I'm sure a little longer won't hurt!) Cheers Tim On Mon, 14 Dec 20