| |||
Home > ARMulator Basics > ARMulator cycle types > strongARM1 |
Table 2.6 shows the meaning of cycle types reported for strongARM1.
Table 2.6. strongARM specific cycle types
Cycle types | Meaning |
---|---|
Core_Idle | No instruction fetched from instruction cache. No data fetched from data cache. |
Core_IOnly | Instruction fetched from instruction cache. No data fetched from data cache. |
Core_DOnly | No instruction fetched from instruction cache. Data fetched from data cache. |
Core_ID | Instruction fetched from instruction cache. Data fetched from data cache. |