Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
297 views
in Technique[技术] by (71.8m points)

gem5 - X86 DerivO3CPU CPI Issue

I used two_levels.py (The script for tutorial) to run a simulation with DerivO3CPU model. The simulation result shows the CPI value (cycles per instruction) is lower than 1. I don't think that makes sense to a single-core system.

The only two things I modified in that script are the CPU type (TimingSimpleCPU -> DerivO3CPU) and the program running (HelloWorld -> A benchmark program).

Did I make the wrong setup for DerivO3CPU or I misunderstand the CPI?

Thank you very much for your help!

question from:https://stackoverflow.com/questions/66065922/x86-derivo3cpu-cpi-issue

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...