Speculative and out of order execution on P4080DS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Speculative and out of order execution on P4080DS

1,379 次查看
avasu
Contributor I

Hello,

I would like to know the order of execution in P4080DS. I also wanted to know if I can disable Speculative and out-of-order execution for the P4080DS platform. If this is possible, how do I do that?

Thanks,

Vasu

0 项奖励
回复
4 回复数

1,238 次查看
Simbu
Contributor II

I believe few server end processor(PPC9..) had direct way to disable such speculative access/execution, but in p4080 not sure about any direct available way to disable the speculative execution instead speculative access can be guarded (MAS register Bit#62 G bit; WIMGE attributes).

0 项奖励
回复

1,238 次查看
genuap
NXP Employee
NXP Employee

Why would you want to disable this? You'd kill performance by inhibiting out of order execution.

We have to separate speculative execution and out of order accesses to memory - they're different issues. Are you trying to prevent an external memory (such as an FPGA or FIFO) from being accessed in the wrong order? If so, you need to specifically instruct the code via memory barriers or synchronization statements.

You can refer to my appnote:

http://www.freescale.com/files/32bit/doc/app_note/AN3441.pdf

If this is the issue you're trying to solve, it may also be possible to mark the memory as guarded and cache inhibited, which should guarantee order of accesses to memory.

0 项奖励
回复

1,238 次查看
lunminliang
NXP Employee
NXP Employee

I am afraid the out-of-order execution is not possible to disable.

0 项奖励
回复

1,238 次查看
avasu
Contributor I

Thanks, Can I disable speculative execution then? If yes, can you tell me how I can do that?

0 项奖励
回复