Searched refs:testbench (Results 26 - 45 of 45) sorted by relevance

12

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.3/
H A Dtb.h39 /* This is the interface file for the testbench module */
43 struct testbench : public sc_module { struct in inherits:sc_module
54 testbench(sc_module_name NAME, function in struct:testbench
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.2/
H A Dmain.cpp47 #include "testbench.h"
60 testbench T("Testbench", clk, powr, in1, in2);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.4/
H A Dmain.cpp42 #include "testbench.h"
57 testbench T("Testbench", clk, powr, in1, in2);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt5.1/
H A Dmain.cpp41 #include "testbench.h"
52 testbench TBH("TB", clk, resulta,resultm, number);
/gem5/src/systemc/tests/systemc/misc/sim_tests/srlatch/
H A Dmain.cpp40 #include "testbench.h"
57 testbench T("TB", clk, q, qp, s, r);
H A Dtestbench.cpp22 testbench.cpp --
38 /* Filename testbench.cc */
39 /* This is the implementation file for synchronous process `testbench' */
41 #include "testbench.h"
43 void testbench::entry()
/gem5/src/systemc/tests/systemc/misc/synth/circle/
H A Dcirc48.cpp54 testbench tb( "TB", clk, I_reset, I_x_ok, I_y_ok,
H A Dtb.h40 SC_MODULE( testbench )
42 SC_HAS_PROCESS( testbench );
55 testbench( sc_module_name name_, function
79 testbench::entry()
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad1/
H A Dmain.cpp40 #include "testbench.h"
59 testbench TB("TB", clk, result, reset, sample);
H A Dtestbench.cpp22 testbench.cpp --
38 /* Filename testbench.cc */
39 /* This is the implementation file for synchronous process `testbench' */
41 #include "testbench.h"
47 void testbench::entry()
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad3/
H A Dmain.cpp40 #include "testbench.h"
62 testbench TB("TB", clk, delayed_out, reset, sample);
H A Dtestbench.cpp22 testbench.cpp --
38 /* Filename testbench.cc */
39 /* This is the implementation file for synchronous process `testbench' */
41 #include "testbench.h"
47 void testbench::entry()
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.2/
H A Dmain.cpp40 #include "testbench.h"
54 testbench T("TB", clock, sum, d, done, a, b, c, ready);
H A Dtestbench.cpp22 testbench.cpp --
38 /* Filename testbench.cc */
39 /* This is the implementation file for synchronous process `testbench' */
42 #include "testbench.h"
47 void testbench::entry()
/gem5/src/systemc/tests/systemc/misc/communication/channel/hwsw/
H A Dhwsw.cpp108 SC_MODULE( testbench )
110 SC_HAS_PROCESS( testbench );
121 testbench( sc_module_name NAME, function
140 void testbench::entry()
176 testbench T("TB", clock, sum, d, a, b, c);
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dmain.cpp40 #include "testbench.h"
64 testbench TB("TB", clk, result, reset, sample);
H A Dtestbench.cpp22 testbench.cpp --
38 /* Filename testbench.cc */
39 /* This is the implementation file for synchronous process `testbench' */
41 #include "testbench.h"
45 void testbench::entry()
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.1/
H A Dtestbench.cpp22 testbench.cpp --
38 /* Filename testbench.cc */
39 /* This is the implementation file for synchronous process `testbench' */
42 #include "testbench.h"
62 void testbench::entry()
/gem5/src/systemc/tests/systemc/misc/sim_tests/cgen/
H A Dcgen.cpp124 void testbench(const sc_signal<int>& data, function
156 testbench(data, code, clock);
/gem5/src/systemc/tests/systemc/misc/sim_tests/multtrans/multtrans0/
H A Dmulttrans0.cpp168 void testbench(sc_signal<int>& data, const sc_signal<int>& res) function
196 testbench(data_gen, result);

Completed in 16 milliseconds

12