|
gem5 v25.0.0.1
|
#include <sc_in.hh>
Public Member Functions | |
| sc_in () | |
| sc_in (const char *name) | |
| virtual | ~sc_in () |
| sc_in (const sc_signal_in_if< T > &interface) | |
| sc_in (const char *name, const sc_signal_in_if< T > &interface) | |
| sc_in (sc_port_b< sc_signal_in_if< T > > &parent) | |
| sc_in (const char *name, sc_port_b< sc_signal_in_if< T > > &parent) | |
| sc_in (sc_port< sc_signal_in_if< T >, 1 > &parent) | |
| sc_in (const char *name, sc_port< sc_signal_in_if< T >, 1 > &parent) | |
| virtual void | bind (const sc_signal_in_if< T > &i) |
| void | operator() (const sc_signal_in_if< T > &i) |
| virtual void | bind (sc_port< sc_signal_in_if< T >, 1 > &i) |
| void | operator() (sc_port< sc_signal_in_if< T >, 1 > &p) |
| virtual void | bind (sc_port< sc_signal_inout_if< T >, 1 > &p) |
| void | operator() (sc_port< sc_signal_inout_if< T >, 1 > &p) |
| virtual void | end_of_elaboration () |
| const T & | read () const |
| operator const T & () const | |
| const sc_event & | default_event () const |
| const sc_event & | value_changed_event () const |
| bool | event () const |
| sc_event_finder & | value_changed () const |
| virtual const char * | kind () const |
| void | add_trace (sc_trace_file *tf, const std::string &name) const |
| Public Member Functions inherited from sc_core::sc_port< sc_signal_in_if< T >, 1 > | |
| sc_port () | |
| sc_port (const char *name) | |
| sc_port (const sc_signal_in_if< T > &interface) | |
| sc_port (const char *name, const sc_signal_in_if< T > &interface) | |
| sc_port (sc_port_b< sc_signal_in_if< T > > &parent) | |
| sc_port (const char *name, sc_port_b< sc_signal_in_if< T > > &parent) | |
| sc_port (sc_port< sc_signal_in_if< T >, N, SC_ONE_OR_MORE_BOUND > &parent) | |
| sc_port (const char *name, sc_port< sc_signal_in_if< T >, N, SC_ONE_OR_MORE_BOUND > &parent) | |
| virtual | ~sc_port () |
| Public Member Functions inherited from sc_core::sc_port_b< sc_signal_in_if< T > > | |
| void | operator() (sc_signal_in_if< T > &i) |
| The following warning is disabled because the bind methods are overloaded in the derived class and the base class. | |
| void | operator() (sc_port_b< sc_signal_in_if< T > > &p) |
| virtual void | bind (sc_signal_in_if< T > &i) |
| virtual void | bind (sc_port_b< sc_signal_in_if< T > > &p) |
| sc_signal_in_if< T > * | operator-> () |
| const sc_signal_in_if< T > * | operator-> () const |
| sc_signal_in_if< T > * | operator[] (int n) |
| const sc_signal_in_if< T > * | operator[] (int n) const |
| sc_interface * | get_interface () |
| const sc_interface * | get_interface () const |
| Public Member Functions inherited from sc_core::sc_port_base | |
| sc_port_base (const char *name, int n, sc_port_policy p) | |
| virtual | ~sc_port_base () |
| void | warn_port_constructor () const |
| int | maxSize () const |
| int | size () const |
| const char * | kind () const |
| Public Member Functions inherited from sc_core::sc_object | |
| const char * | name () const |
| const char * | basename () const |
| virtual void | print (std::ostream &=std::cout) const |
| virtual void | dump (std::ostream &=std::cout) const |
| virtual const std::vector< sc_object * > & | get_child_objects () const |
| virtual const std::vector< sc_event * > & | get_child_events () const |
| sc_object * | get_parent_object () const |
| bool | add_attribute (sc_attr_base &) |
| sc_attr_base * | get_attribute (const std::string &) |
| sc_attr_base * | remove_attribute (const std::string &) |
| void | remove_all_attributes () |
| int | num_attributes () const |
| sc_attr_cltn & | attr_cltn () |
| const sc_attr_cltn & | attr_cltn () const |
| sc_simcontext * | simcontext () const |
Private Member Functions | |
| sc_in (const sc_in< T > &) | |
| sc_in< T > & | operator= (const sc_in< T > &) |
Private Attributes | |
| sc_event_finder_t< sc_signal_in_if< T > > | _valueChangedFinder |
| sc_trace_params_vec | traceParamsVec |
Additional Inherited Members | |
| Protected Member Functions inherited from sc_core::sc_port_b< sc_signal_in_if< T > > | |
| void | before_end_of_elaboration () override |
| void | end_of_elaboration () override |
| void | start_of_simulation () override |
| void | end_of_simulation () override |
| sc_port_b (int n, sc_port_policy p) | |
| sc_port_b (const char *name, int n, sc_port_policy p) | |
| virtual | ~sc_port_b () |
| int | vbind (sc_interface &i) override |
| int | vbind (sc_port_base &pb) override |
| Protected Member Functions inherited from sc_core::sc_port_base | |
| void | bind (sc_interface &) |
| void | bind (sc_port_base &) |
| void | report_error (const char *id, const char *add_msg) const |
| Protected Member Functions inherited from sc_core::sc_object | |
| sc_object () | |
| sc_object (const char *) | |
| sc_object (const sc_object &) | |
| sc_object & | operator= (const sc_object &) |
| virtual | ~sc_object () |
|
inline |
Definition at line 50 of file sc_in.hh.
References _valueChangedFinder, sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port(), and value_changed_event().
Referenced by operator=(), and sc_in().
|
inlineexplicit |
Definition at line 53 of file sc_in.hh.
References _valueChangedFinder, name(), sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port(), and value_changed_event().
|
inlinevirtual |
|
inlineexplicit |
Definition at line 59 of file sc_in.hh.
References _valueChangedFinder, sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port(), and value_changed_event().
|
inline |
Definition at line 63 of file sc_in.hh.
References _valueChangedFinder, name(), sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port(), and value_changed_event().
|
inlineexplicit |
Definition at line 67 of file sc_in.hh.
References _valueChangedFinder, sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port(), and value_changed_event().
|
inline |
Definition at line 71 of file sc_in.hh.
References _valueChangedFinder, name(), sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port(), and value_changed_event().
|
inlineexplicit |
Definition at line 75 of file sc_in.hh.
References _valueChangedFinder, sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port(), and value_changed_event().
|
inline |
Definition at line 79 of file sc_in.hh.
References _valueChangedFinder, name(), sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port(), and value_changed_event().
|
private |
References sc_in().
|
inline |
Definition at line 139 of file sc_in.hh.
References name(), and traceParamsVec.
|
inlinevirtual |
Definition at line 86 of file sc_in.hh.
References bind(), and sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port().
Referenced by bind(), bind(), sc_core::sc_in< sc_dt::sc_logic >::bind(), sc_core::sc_in< sc_dt::sc_logic >::bind(), operator()(), operator()(), operator()(), sc_core::sc_in< sc_dt::sc_logic >::operator()(), sc_core::sc_in< sc_dt::sc_logic >::operator()(), and sc_core::sc_in< sc_dt::sc_logic >::operator()().
|
inlinevirtual |
Definition at line 94 of file sc_in.hh.
References bind(), and sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port().
|
inlinevirtual |
Definition at line 105 of file sc_in.hh.
References sc_core::sc_port_base::bind(), and sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port().
|
inline |
|
inlinevirtual |
Implements sc_core::sc_port_base.
Definition at line 116 of file sc_in.hh.
References sc_core::sc_trace(), and traceParamsVec.
Referenced by sc_core::sc_in_resolved::end_of_elaboration().
|
inline |
|
inlinevirtual |
Reimplemented from sc_core::sc_port< sc_signal_in_if< T >, 1 >.
|
inline |
|
inline |
|
inline |
Definition at line 99 of file sc_in.hh.
References bind(), and sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port().
|
inline |
Definition at line 110 of file sc_in.hh.
References bind(), and sc_core::sc_port< sc_signal_in_if< T >, 1 >::sc_port().
|
private |
References sc_in().
|
inline |
|
inline |
Definition at line 134 of file sc_in.hh.
References _valueChangedFinder.
|
inline |
|
mutableprivate |
|
mutableprivate |
Definition at line 147 of file sc_in.hh.
Referenced by add_trace(), and end_of_elaboration().