Searched refs:pipeline (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.4/
H A Dpipeline.cpp22 pipeline.cpp --
38 /* Filename pipeline.cc */
39 /* This is the implementation file for module `pipeline' */
46 #include "pipeline.h"
55 SC_NEW(pipeline(NAME, CLK, IN1, IN2, OUT_));
H A Dpipeline.h22 pipeline.h --
38 /* Filename pipeline.h */
39 /* This is the interface file for module `pipeline' */
43 struct pipeline : public sc_module { struct in inherits:sc_module
50 pipeline(sc_module_name NAME, function in struct:pipeline
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.2/
H A Dpipeline.h22 pipeline.h --
38 /* Filename pipeline.h */
39 /* This is the interface file for module `pipeline' */
43 struct pipeline : public sc_module { struct in inherits:sc_module
51 pipeline(sc_module_name NAME, function in struct:pipeline
H A Dmain.cpp38 /* Main file for pipeline simulation */
46 #include "pipeline.h"
61 pipeline P("PIPE", clk, in1, in2, powr);
/gem5/src/cpu/minor/
H A Dcpu.cc45 #include "cpu/minor/pipeline.hh"
80 pipeline = new Minor::Pipeline(*this, *params);
81 activityRecorder = pipeline->getActivityRecorder();
86 delete pipeline;
130 pipeline->regStats();
148 pipeline->serialize(cp);
155 pipeline->unserialize(cp);
188 pipeline->wakeupFetch(tid);
207 if (pipeline->drain()) {
229 pipeline
[all...]
H A Dcpu.hh59 * pipeline and cpu */
67 * MinorCPU is an in-order CPU model with four fixed pipeline stages:
74 * This pipeline is carried in the MinorCPU::pipeline object.
82 /** pipeline is a container for the clockable pipeline stage objects.
83 * Elements of pipeline call TheISA to implement the model. */
84 Minor::Pipeline *pipeline; member in class:MinorCPU
87 /** Activity recording for pipeline. This belongs to Pipeline but
148 /** Serialize pipeline dat
[all...]
/gem5/src/cpu/
H A Dfunc_unit.cc66 FuncUnit::addCapability(OpClass cap, unsigned oplat, bool pipeline) argument
74 pipelined[cap] = pipeline;

Completed in 8 milliseconds