Searched refs:reset (Results 151 - 175 of 607) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/addition/
H A Dstimulus.h46 sc_signal<bool>& reset; local
65 reset(RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/bitwidth/
H A Dstimulus.h46 sc_signal<bool>& reset; local
67 reset(RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/datatypes/
H A Dstimulus.cpp42 reset.write(true);
44 reset.write(false);
H A Dstimulus.h46 sc_signal<bool>& reset; local
74 reset (RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/sharing/
H A Dstimulus.cpp48 // sending some reset values
49 reset.write(true);
62 reset.write(false);
H A Dstimulus.h46 sc_signal<bool>& reset; local
65 reset(RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/divide/datatypes/
H A Dstimulus.cpp43 reset.write(true);
45 reset.write(false);
H A Dstimulus.h47 sc_signal<bool>& reset ; local
71 reset (RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/divide/divide/
H A Dstimulus.cpp49 reset.write(true);
61 reset.write(false);
H A Dstimulus.h47 sc_signal<bool>& reset; local
66 reset(RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/modulo/
H A Dstimulus.cpp49 reset.write(true);
61 reset.write(false);
H A Dstimulus.h47 sc_signal<bool>& reset; local
66 reset(RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/mult/
H A Dstimulus.cpp49 reset.write(true);
61 reset.write(false);
H A Dstimulus.h47 sc_signal<bool>& reset; local
66 reset(RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/bitwidth/
H A Dstimulus.h47 sc_signal<bool>& reset ; local
71 reset (RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/datatypes/
H A Dstimulus.cpp43 reset.write(true);
45 reset.write(false);
H A Dstimulus.h47 sc_signal<bool>& reset; local
75 reset (RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/sharing/
H A Dstimulus.cpp43 reset.write(true);
45 reset.write(false);
H A Dstimulus.h47 sc_signal<bool>& reset; local
73 reset (RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/subtract/
H A Dstimulus.cpp49 reset.write(true);
61 reset.write(false);
H A Dstimulus.h47 sc_signal<bool>& reset; local
66 reset(RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/and/and_1/
H A Dstimulus.cpp49 // sending some reset values
50 reset.write(true);
61 reset.write(false);
H A Dstimulus.h47 sc_signal<bool>& reset; local
66 reset(RESET),
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/not/not_1/
H A Dstimulus.cpp49 // sending some reset values
50 reset.write(true);
61 reset.write(false);
H A Dstimulus.h47 sc_signal<bool>& reset; local
66 reset(RESET),

Completed in 18 milliseconds

1234567891011>>