Re: [gem5-users] InOrder ARM processor

2015-11-06 Thread Khaled Attia
Hello again Fernando, So, does minorCPU accurately simulate an InOrder ARM processor? I’ve read your 2014 paper in SAMOS about simulation of inorder cores using out-of-order model. So that was because it was not supported then? Regards -- *Khaled M. Attia* *T.A. @ Computers & Systems Engineerin

Re: [gem5-users] CPU Configuration

2015-11-06 Thread Arthur Perais
Ideally, you would want to have queues between Fetch and Decode and Decode and Rename, but instead we have skidBuffers that are dimensioned to absorb instructions inflight between stages in case of a blocking event. So as you point out, while there is still space in the the decode skifBuffer, Fe