Searched refs:reset (Results 226 - 250 of 607) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true. local
146 compute_mod->reset.bind(reset);
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial local
H A Dmain.cpp28 set its speed, reset the partial distance odometer, and stop the
89 sc_signal<bool> reset("reset");
105 reset, speed, start);
114 odometers(dist_pulses, reset, start, disp_total_dist, disp_partial_dist);
127 sc_trace(tf, reset, "reset");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true. local
146 compute_mod->reset.bind(reset);
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial local
H A Dmain.cpp28 set its speed, reset the partial distance odometer, and stop the
88 sc_signal<bool> reset("reset");
104 reset, speed, start);
113 odometers(dist_pulses, reset, start, disp_total_dist, disp_partial_dist);
126 sc_trace(tf, reset, "reset");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true. local
146 compute_mod->reset.bind(reset);
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial local
H A Dmain.cpp28 set its speed, reset the partial distance odometer, and stop the
88 sc_signal<bool> reset("reset");
104 reset, speed, start);
113 odometers(dist_pulses, reset, start, disp_total_dist, disp_partial_dist);
126 sc_trace(tf, reset, "reset");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true. local
149 // compute_mod->reset.bind(reset);
154 compute_mod->reset(reset);
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial local
H A Dmain.cpp28 set its speed, reset the partial distance odometer, and stop the
94 sc_signal<bool> reset("reset");
110 reset, speed, start);
119 odometers(dist_pulses, reset, start, disp_total_dist, disp_partial_dist);
132 sc_trace(tf, reset, "reset");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true. local
152 // compute_mod->reset.bind(reset);
157 compute_mod->reset(reset);
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial local
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Ddist.h63 sc_in<bool> reset; // Reset the partial distance odometer if true. local
119 sc_in<bool> reset; // Reset the partial distance odometer if true. local
152 // compute_mod->reset.bind(reset);
157 compute_mod->reset(reset);
H A Ddriver.h51 sc_out<bool> reset; // Set if the driver wants to reset the partial local
/gem5/src/mem/cache/replacement_policies/
H A Dbase.hh85 * @param replacement_data Replacement data to be reset.
87 virtual void reset(const std::shared_ptr<ReplacementData>&
H A Dbip_rp.cc44 BIPRP::reset(const std::shared_ptr<ReplacementData>& replacement_data) const function in class:BIPRP
/gem5/src/systemc/tlm_bridge/
H A Dsc_mm.cc68 payload->reset(); // clears all extensions
/gem5/ext/nomali/lib/
H A Dmmu.cc44 MMU::reset() function in class:NoMali::MMU
46 GPUBlockInt::reset();
49 as.reset();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/addition/
H A Daddition.h52 const sc_signal<bool>& reset ; local
88 reset (RESET), // connection definition
105 reset_signal_is(reset,true);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/bitwidth/
H A Dbitwidth.h52 const sc_signal<bool>& reset ; local
92 reset (RESET),
111 reset_signal_is(reset,true);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/datatypes/
H A Ddatatypes.h52 const sc_signal<bool>& reset ; local
95 reset (RESET),
115 reset_signal_is(reset,true);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/sharing/
H A Dsharing.h46 const sc_signal<bool>& reset ; local
82 reset (RESET),
99 reset_signal_is(reset,true);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/divide/datatypes/
H A Ddatatypes.h53 const sc_signal<bool>& reset ; local
88 reset (RESET),
104 reset_signal_is(reset,true);

Completed in 22 milliseconds

1234567891011>>