Searched refs:sc_signal (Results 1026 - 1041 of 1041) sorted by relevance

<<4142

/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop1/
H A Dnew_prop1.cpp132 sc_signal<bool> i[16];
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop2/
H A Dnew_prop2.cpp133 sc_signal<bool> i[16];
/gem5/src/systemc/tests/systemc/1666-2011-compliance/named_events/
H A Dnamed_events.cpp54 sc_signal<int> sig; // Kernel events should not be hierarchically named
193 sc_signal<bool> sig; // Kernel events should not be hierarchically named
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp65 sc_signal<int> sig1, sig2, sig3, sig4;
195 sc_signal<int> sig;
/gem5/src/systemc/tests/systemc/compliance_1666/test235a/
H A Dtest235a.cpp91 sc_signal<int> sig1, sig2, sig3, sig4;
162 sc_signal<int> sig1, sig2, sig3, sig4;
/gem5/src/systemc/channel/
H A Dsc_clock.cc108 sc_interface(), sc_signal<bool>(name, posedge_first ? false : true),
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test15/
H A Dtest15.cpp165 sc_core::sc_signal<int, sc_core::SC_MANY_WRITERS> sig;
/gem5/src/systemc/tests/systemc/kernel/process_control/test01/
H A Dtest01.cpp219 sc_signal<bool> reset;
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc2/
H A Ddisaproc2.cpp40 typedef sc_signal<sc_bv<32> > sc_signal_bool_vector;
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp16 using sc_core::sc_signal;
280 sc_signal<bool> clk, reset;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp108 sc_signal<int> sig1, sig2, sig3;
/gem5/src/systemc/tests/systemc/kernel/process_control/test03/
H A Dtest03.cpp344 sc_signal<bool> reset;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp73 sc_signal<bool> areset;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp97 sc_signal<bool> clk;
99 sc_signal<bool> areset;
100 sc_signal<bool> areset1, areset2, areset3, sreset1, sreset2, sreset3;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h256 template<typename IF, sc_writer_policy POL> friend class sc_signal;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp70 sc_signal<bool> clk, reset, sreset, areset;

Completed in 26 milliseconds

<<4142