Generally no. If the reset state is actually run, the emiIsReady should be set to false if it hasn't already since the ExtMachInst is cleared out. emiIsReady will generally become true exactly when reset is the next state because the predecoder is done processing. It will stay true until the ExtMachInst is read out.

Gabe

Quoting Nilay Vaish <[email protected]>:

Gabe, in the file src/arch/x86/predecoder.hh, there are two variables that are maintained for the state of the predecoder -- state and emiIsReady. In case the state is set to reset, emiIsReady is left untouched. Do you think that emiIsReady should also be set to false?

Thanks
Nilay
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev




_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to