device memory不能做Speculation access,举例来说,一次Speculation的写可能改变状态机状态。
我的问题是什么是Speculation access?CPU又是在什么情况下会发起Speculation access?
比如,当执行到Branch指令时,在得到Branch结果前所执行的prediction指令是Speculation access吗?如果是,我觉得这不会造成问题啊,因为Branch指令先到ALU stage得到预测结果是否正确,而LOAD/STORE memory是在ALU stage之后。