Apparently not...

When you say "it didn't work", what do you mean?  Maybe if you ask some more
specific questions it will be easier for us to provide some clues.

Steve

On Tue, Jan 25, 2011 at 5:36 AM, Eberle <[email protected]> wrote:

> Any ideas?
>
> On Fri, Jan 21, 2011 at 5:00 PM, Eberle <[email protected]> wrote:
>
>> Hi,
>>
>> How can I enforce the reordering restriction between stores in the O3
>> (W->W restriction)? To make an store to be executed only after all stores
>> issued before it were executed.
>>
>> I tried adding this condition in the executeStore method in
>> lsq_unit_impl.hh, but it didn't work:
>>
>> if (store_idx != storeHead) {
>>  memDepViolator = storeQueue[storeHead].inst;
>>         return genMachineCheckFault();
>>     }
>>
>>
>>
>> Thanks,
>>
>> --
>> Eberle Rambo.
>>
>>
>
> _______________________________________________
> m5-dev mailing list
> [email protected]
> http://m5sim.org/mailman/listinfo/m5-dev
>
>
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to