K64 core clock vs MIPS

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

K64 core clock vs MIPS

897 次查看
leerollick
Contributor I

Running at a core clock of 120 MHz (bus clock of 60 MHz) I expected 150 MIPS (1.25 MIPS/MHz from data sheet). Bench testing results in 75 MIPS. What have I done wrong?

标记 (1)
0 项奖励
回复
1 回复

776 次查看
egoodii
Senior Contributor III

How do you come to this 75MIPS measure?  'Marketing level MIPS measures' are (often) taken from a processing-time measurement of particular 'common tasks' in a pre-defined performance-metric-set, like Dhrystone-MIPS. See section 5 of:

http://infocenter.arm.com/help/topic/com.arm.doc.dai0273a/DAI0273A_dhrystone_benchmarking.pdf 

where the metric 1.25MIPS/MHz is specifically represented for the M3 core.

It can also include 'more than one op per instruction' in the M4 SIMD instructions.

Most M4 instructions take one clock, but that only 'counts' while the pipeline can cleanly flow.  Code-flow-breaks are killers.  Also, things like (slow) flash-access (I assume your flash clock is 30MHz) can stall operations.

0 项奖励
回复