Searched refs:stage1 (Results 1 - 8 of 8) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.1/
H A Dstage1.h22 stage1.h --
38 /* Filename stage1.h */
39 /* This is the interface file for synchronous process `stage1' */
43 SC_MODULE( stage1 )
45 SC_HAS_PROCESS( stage1 );
55 stage1(sc_module_name NAME, function
H A Dstage1.cpp22 stage1.cpp --
38 /* Filename stage1.cc */
39 /* This is the implementation file for synchronous process `stage1' */
41 #include "stage1.h"
43 void stage1::entry()
H A Dmain.cpp40 #include "stage1.h"
60 stage1 S1("Stage1", clk, in1, in2, sum, diff);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.2/
H A Dstage1.h22 stage1.h --
38 /* Filename stage1.h */
39 /* This is the interface file for synchronous process `stage1' */
43 SC_MODULE( stage1 )
45 SC_HAS_PROCESS( stage1 );
55 stage1(sc_module_name NAME, function
H A Dstage1.cpp22 stage1.cpp --
38 /* Filename stage1.cc */
39 /* This is the implementation file for synchronous process `stage1' */
41 #include "stage1.h"
43 void stage1::entry()
H A Dstage1_2.h47 stage1 S1; // component
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.4/
H A Dstage1.h22 stage1.h --
38 /* Filename stage1.h */
39 /* This is the interface file for synchronous process `stage1' */
43 SC_MODULE( stage1 )
45 SC_HAS_PROCESS( stage1 );
55 stage1(sc_module_name NAME, function
H A Dstage1.cpp22 stage1.cpp --
38 /* Filename stage1.cc */
39 /* This is the implementation file for synchronous process `stage1' */
41 #include "stage1.h"
44 void stage1::entry()
66 SC_NEW(stage1(NAME, CLK, IN1, IN2, SUM, DIFF));

Completed in 4 milliseconds