Searched refs:sc_port (Results 51 - 75 of 81) sorted by relevance

1234

/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test14/
H A Dtest14.cpp113 sc_port<write_if> out;
129 sc_port<read_if> input;
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test15/
H A Dtest15.cpp115 sc_port<write_if> out;
131 sc_port<read_if> input;
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test16/
H A Dtest16.cpp116 sc_port<write_if> out;
132 sc_port<read_if> input;
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test17/
H A Dtest17.cpp115 sc_port<write_if> out;
131 sc_port<read_if> input;
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test18/
H A Dtest18.cpp116 sc_port<write_if> out;
132 sc_port<read_if> input;
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test19/
H A Dtest19.cpp108 sc_port<write_if> out;
124 sc_port<read_if> input;
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test20/
H A Dtest20.cpp115 sc_port<write_if> out;
131 sc_port<read_if> input;
/gem5/src/systemc/tests/systemc/communication/sc_semaphore/test02/
H A Dtest02.cpp44 sc_port<sc_semaphore_if> semaphore;
86 sc_port<sc_semaphore_if> semaphore;
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved_port/test02/
H A Dtest02.cpp50 sc_port<sc_signal_inout_if<sc_logic>,1> in_out5;
51 sc_port<sc_signal_in_if<sc_logic>,1> in_1;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_queue.h55 #include "sysc/communication/sc_port.h"
148 typedef sc_port<sc_event_queue_if,1,SC_ONE_OR_MORE_BOUND> sc_event_queue_port;
H A Dsc_fifo_ports.h33 #include "sysc/communication/sc_port.h"
46 : public sc_port<sc_fifo_in_if<T>,0,SC_ONE_OR_MORE_BOUND>
55 typedef sc_port<if_type,0,SC_ONE_OR_MORE_BOUND> base_type;
162 : public sc_port<sc_fifo_out_if<T>,0,SC_ONE_OR_MORE_BOUND>
171 typedef sc_port<if_type,0,SC_ONE_OR_MORE_BOUND> base_type;
H A Dsc_signal_ports.h34 #include "sysc/communication/sc_port.h"
78 : public sc_port<sc_signal_in_if<T>,1,SC_ONE_OR_MORE_BOUND>
87 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
94 typedef sc_port<inout_if_type,1,SC_ONE_OR_MORE_BOUND> inout_port_type;
392 public sc_port<sc_signal_in_if<bool>,1,SC_ONE_OR_MORE_BOUND>
401 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
408 typedef sc_port<inout_if_type,1,SC_ONE_OR_MORE_BOUND> inout_port_type;
666 : public sc_port<sc_signal_in_if<sc_dt::sc_logic>,1,SC_ONE_OR_MORE_BOUND>
675 typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> base_type;
682 typedef sc_port<inout_if_typ
[all...]
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test07/
H A Dtest07.cpp88 sc_port<sc_signal_inout_if<bool>,3> m_port;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/virtual_bind/
H A Dvirtual_bind.cpp56 struct my_port: sc_port<i_f>
71 sc_port<i_f>::bind(_if);
/gem5/src/systemc/tests/systemc/compliance_1666/test211/
H A Dtest211.cpp9 struct my_port: sc_port<sc_signal_in_if<int> >
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_sockets/
H A Dtlm_initiator_socket.h68 public sc_core::sc_port<FW_IF, N
78 typedef sc_core::sc_port<fw_interface_type, N
H A Dtlm_target_socket.h69 typedef sc_core::sc_port<bw_interface_type, N
/gem5/src/systemc/ext/tlm_core/2/sockets/
H A Dinitiator_socket.hh60 public sc_core::sc_port<FW_IF, N, POL>
65 typedef sc_core::sc_port<fw_interface_type, N, POL> port_type;
H A Dtarget_socket.hh61 typedef sc_core::sc_port<bw_interface_type, N, POL> port_type;
/gem5/src/systemc/tests/systemc/communication/ports/test01/
H A Dtest01.cpp51 sc_port<sc_signal_in_if<float> > port;
/gem5/src/systemc/tests/systemc/compliance_1666/test234/
H A Dtest234.cpp20 struct Port: sc_port<i_f,0>
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp90 sc_vector<sc_port<i_f> > ports;
112 sc_port<i_f> port;
226 sc_vector_assembly< Initiator1, sc_port<i_f> > assembly = sc_assemble_vector(initiator_vec, &Initiator1::port);
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp10 using sc_core::sc_port;
92 sc_port<i_f>* p;
97 p = new sc_port<i_f>;
/gem5/src/systemc/ext/core/
H A D_using.hh117 using sc_core::sc_port;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/event_list/
H A Devent_list.cpp44 sc_port<sc_signal_in_if<int>, 0> p; // Multiport

Completed in 30 milliseconds

1234