Home
last modified time | relevance | path

Searched refs:sc_gen_unique_name (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/2.3/include/
H A Dsc_rvd.h59 sc_rvd_export_in(const char* name=sc_gen_unique_name("sc_rvd_export_in")) :
83 sc_rvd_export_out(const char* name=sc_gen_unique_name("sc_rvd_export_out")):
104 sc_rvd_in( const char* name=sc_gen_unique_name("sc_rvd_in") ) :
178 sc_rvd_out( const char* name=sc_gen_unique_name("sc_rvd_out") ) :
H A Dsc_ttd.h56 sc_ttd_export_in(const char* name=sc_gen_unique_name("sc_ttd_export_in")) :
80 sc_ttd_export_out(const char* name=sc_gen_unique_name("sc_ttd_export_out")):
101 sc_ttd_in( const char* name=sc_gen_unique_name("sc_ttd_in") ) :
174 sc_ttd_out( const char* name=sc_gen_unique_name("sc_ttd_out") ) :
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_core/tlm_2/tlm_sockets/
H A Dtlm_initiator_socket.h90 : port_type(sc_core::sc_gen_unique_name("tlm_base_initiator_socket")) in tlm_base_initiator_socket()
91 , m_export(sc_core::sc_gen_unique_name("tlm_base_initiator_socket_export")) in tlm_base_initiator_socket()
97 , m_export(sc_core::sc_gen_unique_name((std::string(name) + "_export").c_str())) in tlm_base_initiator_socket()
H A Dtlm_target_socket.h83 : export_type(sc_core::sc_gen_unique_name("tlm_base_target_socket")) in tlm_base_target_socket()
84 , m_port(sc_core::sc_gen_unique_name("tlm_base_target_socket_port")) in tlm_base_target_socket()
90 , m_port(sc_core::sc_gen_unique_name((std::string(name) + "_port").c_str())) in tlm_base_target_socket()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_core/tlm_1/tlm_req_rsp/tlm_adapters/
H A Dtlm_adapters.h44 …sc_core::sc_module( sc_core::sc_module_name( sc_core::sc_gen_unique_name( "transport_to_master" ) … in tlm_transport_to_master()
82 … sc_core::sc_module( sc_core::sc_module_name( sc_core::sc_gen_unique_name("slave_to_transport") ) ) in tlm_slave_to_transport()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/communication/
H A Dsc_clock.cpp65 base_type( sc_gen_unique_name( "clock" ) ), in sc_clock()
235 sc_gen_unique_name( gen_base.c_str() ), &posedge_options); in before_end_of_elaboration()
243 sc_gen_unique_name( gen_base.c_str() ), &negedge_options ); in before_end_of_elaboration()
H A Dsc_mutex.cpp43 : sc_object( sc_gen_unique_name( "mutex" ) ), in sc_mutex()
H A Dsc_signal.h359 : base_type( sc_gen_unique_name( "signal" ), value_type() ) in sc_signal()
416 : base_type( sc_gen_unique_name( "signal" ), value_type() ) in sc_signal()
502 : base_type( sc_gen_unique_name( "signal" ), value_type() ) in sc_signal()
H A Dsc_semaphore.cpp60 : sc_object( sc_gen_unique_name( "semaphore" ) ), in sc_semaphore()
H A Dsc_event_queue.h86 sc_event_queue( sc_module_name name_ = sc_gen_unique_name("event_queue") );
H A Dsc_signal_resolved.h70 : base_type( sc_gen_unique_name( "signal_resolved" ) ) in sc_signal_resolved()
H A Dsc_buffer.h61 : base_type( sc_gen_unique_name( "buffer" ) ) in sc_buffer()
H A Dsc_export.cpp44 sc_export_base::sc_export_base() : sc_object(sc_gen_unique_name("export")) in sc_export_base()
H A Dsc_signal_rv.h110 : base_type( sc_gen_unique_name( "signal_rv" ) ) in sc_signal_rv()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/utils/
H A Dsc_vector.cpp42 : sc_object( sc_gen_unique_name("vector") ) in sc_vector_base()
130 return sc_gen_unique_name( prefix ); in make_name()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_object.cpp193 sc_object_init( sc_gen_unique_name("object") ); in sc_object()
200 sc_object_init( sc_gen_unique_name( that.basename() ) ); in sc_object()
221 nm = sc_gen_unique_name("object"); in sc_object()
H A Dsc_process.h51 SC_API const char* sc_gen_unique_name( const char*, bool preserve_first );
294 friend SC_API const char* sc_gen_unique_name( const char*, bool preserve_first );
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_req_rsp_channels/
H A Dtlm_req_rsp_channels.h53 …sc_core::sc_module( sc_core::sc_module_name( sc_core::sc_gen_unique_name("tlm_req_rsp_channel") ) …
118 …sc_core::sc_module( sc_core::sc_module_name( sc_core::sc_gen_unique_name("transport_channel" ) ) )… in tlm_transport_channel()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h196 :sc_core::sc_object( sc_core::sc_gen_unique_name( "peq_with_cb_and_phase" ) ) in peq_with_cb_and_phase()
205 sc_core::sc_gen_unique_name("fec"), &opts); in peq_with_cb_and_phase()
218 sc_core::sc_gen_unique_name("fec"), &opts); in peq_with_cb_and_phase()
H A Dsimple_target_socket.h65 { return sc_core::sc_gen_unique_name("simple_target_socket"); } in default_name()
198 m_peq(sc_core::sc_gen_unique_name("m_peq")), in fw_process()
209 sc_core::sc_gen_unique_name("b2nb_thread"), &opts); in start_of_simulation()
282 sc_core::sc_gen_unique_name("nb2b_thread"), &opts); in nb_transport_fw()
595 { return sc_core::sc_gen_unique_name("simple_target_socket_tagged"); } in default_name()
746 m_peq(sc_core::sc_gen_unique_name("m_peq")), in fw_process()
757 sc_core::sc_gen_unique_name("b2nb_thread"), &opts); in start_of_simulation()
835 sc_core::sc_gen_unique_name("nb2b_thread"), &opts); in nb_transport_fw()
H A Dsimple_initiator_socket.h44 { return sc_core::sc_gen_unique_name("simple_initiator_socket"); } in default_name()
182 { return sc_core::sc_gen_unique_name("simple_initiator_socket_tagged"); } in default_name()
H A Dmulti_socket_bases.h359 multi_init_base():base_type(sc_core::sc_gen_unique_name("multi_init_base")){} in multi_init_base()
420 multi_target_base():base_type(sc_core::sc_gen_unique_name("multi_target_base")){} in multi_target_base()
H A Dpassthrough_target_socket.h44 { return sc_core::sc_gen_unique_name("passthrough_target_socket"); } in default_name()
253 { return sc_core::sc_gen_unique_name("passthrough_target_socket_tagged"); } in default_name()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/2.3/simple_async/
H A Dasync_event.h38 async_event(const char* name = sc_core::sc_gen_unique_name("async_event"))
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo.h55 : sc_core::sc_prim_channel( sc_core::sc_gen_unique_name( "fifo" ) ) {

12