Searched refs:stimgen (Results 101 - 125 of 126) sorted by relevance

123456

/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/bits_to_bits/
H A Dmain.cpp49 #include "stimgen.h"
72 stimgen T1 ("T1", clk, result, in1, in2, ready);
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/extension/
H A Dmain.cpp49 #include "stimgen.h"
72 stimgen T1 ("T1", clk, result, in1, in2, ready);
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/lost_carry/
H A Dmain.cpp49 #include "stimgen.h"
72 stimgen T1 ("T1", clk, result, in1, in2, ready);
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/promote/
H A Dmain.cpp49 #include "stimgen.h"
72 stimgen T1 ("T1", clk, result, in1, in2, ready);
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/promote_extension/
H A Dmain.cpp49 #include "stimgen.h"
72 stimgen T1 ("T1", clk, result, in1, in2, ready);
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/promote_lost_carry/
H A Dmain.cpp49 #include "stimgen.h"
72 stimgen T1 ("T1", clk, result, in1, in2, ready);
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/promote_truncation/
H A Dmain.cpp49 #include "stimgen.h"
72 stimgen T1 ("T1", clk, result, in1, in2, ready);
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/truncation/
H A Dmain.cpp49 #include "stimgen.h"
72 stimgen T1 ("T1", clk, result, in1, in2, ready);
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/general/add_promote/
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/general/array_range/
H A Dmain.cpp43 #include "stimgen.h"
62 stimgen T1 ("T1", clk, o1, o2, o3, o4, o5, in1);
/gem5/src/systemc/tests/systemc/misc/unit/data/general/concat_port/
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
H A Dmain.cpp43 #include "stimgen.h"
63 stimgen T1 ("T1", clk, c, d, done, a, b, mode, ready);
/gem5/src/systemc/tests/systemc/misc/unit/data/general/datawidth_int/
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/general/int_to_bits/
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/unit/data/general/promote_add/
H A Dstimgen.cpp22 stimgen.cpp --
39 /* Implementation Filename: stimgen.cc */
42 #include "stimgen.h"
45 stimgen::entry()
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt3.1/
H A Dmain.cpp54 stimgen chargen("TESTB", clk, stream, handshake);
/gem5/src/systemc/tests/systemc/misc/v1.0/resolved_sig/
H A Dresolved_sig.cpp42 SC_MODULE( stimgen )
44 SC_HAS_PROCESS( stimgen );
57 stimgen( sc_module_name NAME, function
147 stimgen::entry()
199 stimgen T1( "T1", clk, result, in1, in2, ready,bus );

Completed in 15 milliseconds

123456