gem5
v20.1.0.0
|
#include <queue>
#include <set>
#include "base/statistics.hh"
#include "cpu/o3/comm.hh"
#include "cpu/o3/lsq.hh"
#include "cpu/o3/scoreboard.hh"
#include "cpu/timebuf.hh"
#include "debug/IEW.hh"
#include "sim/probe/probe.hh"
Go to the source code of this file.
Classes | |
class | DefaultIEW< Impl > |
DefaultIEW handles both single threaded and SMT IEW (issue/execute/writeback). More... | |