Searched refs:numgen (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.1/
H A Dnumgen.h22 numgen.h --
38 /* Filename numgen.h */
39 /* This is the interface file for synchronous process `numgen' */
43 SC_MODULE( numgen )
45 SC_HAS_PROCESS( numgen );
53 numgen(sc_module_name NAME, function
H A Dnumgen.cpp22 numgen.cpp --
38 /* Filename numgen.cc */
39 /* This is the implementation file for synchronous process `numgen' */
41 #include "numgen.h"
43 void numgen::entry()
H A Dmain.cpp44 #include "numgen.h"
59 numgen N("STIMULUS", clk, in1, in2);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.2/
H A Dnumgen.h22 numgen.h --
38 /* Filename numgen.h */
39 /* This is the interface file for synchronous process `numgen' */
43 SC_MODULE( numgen )
45 SC_HAS_PROCESS( numgen );
53 numgen(sc_module_name NAME, function
H A Dnumgen.cpp22 numgen.cpp --
38 /* Filename numgen.cc */
39 /* This is the implementation file for synchronous process `numgen' */
41 #include "numgen.h"
43 void numgen::entry()
H A Dtestbench.h44 numgen N; // component
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.4/
H A Dnumgen.h22 numgen.h --
38 /* Filename numgen.h */
39 /* This is the interface file for synchronous process `numgen' */
43 SC_MODULE( numgen )
45 SC_HAS_PROCESS( numgen );
53 numgen(sc_module_name NAME, function
H A Dnumgen.cpp22 numgen.cpp --
38 /* Filename numgen.cc */
39 /* This is the implementation file for synchronous process `numgen' */
41 #include "numgen.h"
43 void numgen::entry()
H A Dtestbench.h44 numgen N; // component

Completed in 10 milliseconds