Searched refs:my_port (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test03/
H A Dtest03.cpp59 struct my_port : sc_in<bool> struct in inherits:sc_in
63 explicit my_port( const char* nm ) function in struct:my_port
85 my_port direct_port;
86 my_port* delayed_port;
96 delayed_port = new my_port( "delayed_port" );
110 my_port direct_port;
112 my_port* delayed_port;
126 delayed_port = new my_port( "delayed_port" );
/gem5/src/systemc/tests/systemc/communication/reverse_bind/test01/
H A Dtest01.cpp37 reader.in(my_port); // Bind my_port going down the module hierarchy.
38 my_port(writer.out); // Bind my_port coming up the module hierarchy.
41 sc_in<sc_uint<8> > my_port; local
51 in(down.my_port); // Bind in coming up the module hierarchy.
/gem5/src/systemc/tests/systemc/communication/reverse_bind/test02/
H A Dtest02.cpp37 reader.in(my_port); // Bind my_port going down the module hierarchy.
38 my_port(writer.out); // Bind my_port coming up the module hierarchy.
41 sc_in<sc_int<8> > my_port; local
51 in(down.my_port); // Bind in coming up the module hierarchy.
/gem5/src/systemc/tests/systemc/communication/sc_export/test01/
H A Dtest01.cpp39 my_port(writer.my_export); // Bind my_port coming up the module hierarchy.
40 reader.in(my_port); // Bind my_port going down the module hierarchy.
43 sc_export<sc_signal_in_if<sc_uint<8> > > my_port; local
53 in(down.my_port); // Bind in coming up the module hierarchy.
/gem5/src/systemc/tests/systemc/compliance_1666/test211/
H A Dtest211.cpp9 struct my_port: sc_port<sc_signal_in_if<int> > struct in inherits:sc_port
11 my_port() function in struct:my_port
15 ~my_port()
44 my_port p;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/virtual_bind/
H A Dvirtual_bind.cpp56 struct my_port: sc_port<i_f> struct in inherits:sc_port
64 struct extended_port: my_port
129 my_port* mp = static_cast<my_port*>(ep);

Completed in 7 milliseconds