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

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt10.1/
H A Dstim.h22 stim.h --
38 /* Filename stim.h */
39 /* This is the interface file for synchronous process `stim' */
43 SC_MODULE( stim )
45 SC_HAS_PROCESS( stim );
61 stim (sc_module_name NAME, function
H A Dmain.cpp41 #include "stim.h"
64 stim T1("T1", clk, done, reset, a, b, cin,
H A Dstim.cpp22 stim.cpp --
38 /* Filename stim.cc */
39 /* This is the interface file for synchronous process `stim' */
41 #include "stim.h"
43 void stim::entry()
58 << "RESET off \t...by stim" << endl;
/gem5/src/systemc/tests/systemc/misc/user_guide/param_model/
H A Dstim.h22 stim.h --
39 /* Interface Filename: stim.h */
44 SC_MODULE( stim )
46 SC_HAS_PROCESS( stim );
62 stim (sc_module_name NAME, function
H A Dmain.cpp43 #include "stim.h"
72 stim T1 ("T1", clk, done, reset, a, b, cin,
H A Dstim.cpp22 stim.cpp --
39 /* Implementation Filename: stim.cc */
42 #include "stim.h"
44 void stim::entry()
60 << "RESET off \t...by stim" << endl;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/mixed/
H A Dmixed.cpp76 SC_MODULE( stim )
78 SC_HAS_PROCESS( stim );
84 stim( sc_module_name NAME, function
97 stim::entry()
119 stim sti("sti", clk, a, b);

Completed in 7 milliseconds