logistic_guy
Full Member
- Joined
- Apr 17, 2024
- Messages
- 790
A benchmark program is run on a \(\displaystyle 40 \ \text{MHz}\) processor. The executed program consists of \(\displaystyle 100,000\) instruction executions, with the following instruction mix and clock cycle count:
Determine the effective \(\displaystyle CPI, \text{MIPS}\) rate, and execution time for this program.
Instruction Type | Instruction Count | Cycles per Instruction |
---|---|---|
Integer Arithmetic | 45,000 | 1 |
Data transfer | 32,000 | 2 |
Floating point | 15,000 | 2 |
Control transfer | 8000 | 2 |
Determine the effective \(\displaystyle CPI, \text{MIPS}\) rate, and execution time for this program.