gem5 v24.0.0.0
|
#include <sc_in.hh>
Public Member Functions | |
sc_in () | |
sc_in (const char *name) | |
virtual | ~sc_in () |
sc_in (const sc_signal_in_if< bool > &interface) | |
sc_in (const char *name, const sc_signal_in_if< bool > &interface) | |
sc_in (sc_port_b< sc_signal_in_if< bool > > &parent) | |
sc_in (const char *name, sc_port_b< sc_signal_in_if< bool > > &parent) | |
sc_in (sc_port< sc_signal_in_if< bool >, 1 > &parent) | |
sc_in (const char *name, sc_port< sc_signal_in_if< bool >, 1 > &parent) | |
virtual void | bind (const sc_signal_in_if< bool > &i) |
void | operator() (const sc_signal_in_if< bool > &i) |
virtual void | bind (sc_port< sc_signal_in_if< bool >, 1 > &p) |
void | operator() (sc_port< sc_signal_in_if< bool >, 1 > &p) |
virtual void | bind (sc_port< sc_signal_inout_if< bool >, 1 > &p) |
void | operator() (sc_port< sc_signal_inout_if< bool >, 1 > &p) |
virtual void | end_of_elaboration () |
const bool & | read () const |
operator const bool & () const | |
const sc_event & | default_event () const |
const sc_event & | value_changed_event () const |
const sc_event & | posedge_event () const |
const sc_event & | negedge_event () const |
bool | event () const |
bool | posedge () const |
bool | negedge () const |
sc_event_finder & | value_changed () const |
sc_event_finder & | pos () const |
sc_event_finder & | neg () 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< bool >, 1 > | |
sc_port () | |
sc_port (const char *name) | |
sc_port (const sc_signal_in_if< bool > &interface) | |
sc_port (const char *name, const sc_signal_in_if< bool > &interface) | |
sc_port (sc_port_b< sc_signal_in_if< bool > > &parent) | |
sc_port (const char *name, sc_port_b< sc_signal_in_if< bool > > &parent) | |
sc_port (sc_port< sc_signal_in_if< bool >, N, SC_ONE_OR_MORE_BOUND > &parent) | |
sc_port (const char *name, sc_port< sc_signal_in_if< bool >, N, SC_ONE_OR_MORE_BOUND > &parent) | |
virtual | ~sc_port () |
Public Member Functions inherited from sc_core::sc_port_b< sc_signal_in_if< bool > > | |
void | operator() (sc_signal_in_if< bool > &i) |
void | operator() (sc_port_b< sc_signal_in_if< bool > > &p) |
virtual void | bind (sc_signal_in_if< bool > &i) |
virtual void | bind (sc_port_b< sc_signal_in_if< bool > > &p) |
sc_signal_in_if< bool > * | operator-> () |
const sc_signal_in_if< bool > * | operator-> () const |
sc_signal_in_if< bool > * | operator[] (int n) |
const sc_signal_in_if< bool > * | 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< bool > &) | |
sc_in< bool > & | operator= (const sc_in< bool > &) |
Private Attributes | |
sc_event_finder_t< sc_signal_in_if< bool > > | _valueChangedFinder |
sc_event_finder_t< sc_signal_in_if< bool > > | _posFinder |
sc_event_finder_t< sc_signal_in_if< bool > > | _negFinder |
sc_trace_params_vec | traceParamsVec |
Additional Inherited Members | |
Protected Member Functions inherited from sc_core::sc_port_b< sc_signal_in_if< bool > > | |
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 |
|
inlineexplicit |
|
inlinevirtual |
|
inlineexplicit |
|
inline |
|
inlineexplicit |
|
inline |
|
inlineexplicit |
|
inline |
|
private |
|
inline |
Definition at line 299 of file sc_in.hh.
References name(), and sc_core::sc_in< T >::traceParamsVec.
|
inlinevirtual |
Definition at line 230 of file sc_in.hh.
References sc_core::sc_in< T >::bind().
|
inlinevirtual |
Definition at line 238 of file sc_in.hh.
References sc_core::sc_in< T >::bind().
|
inlinevirtual |
Definition at line 249 of file sc_in.hh.
References sc_core::sc_port_base::bind().
|
inline |
|
inlinevirtual |
Implements sc_core::sc_port_base.
Definition at line 260 of file sc_in.hh.
References sc_core::sc_trace(), and sc_core::sc_in< T >::traceParamsVec.
|
inline |
|
inlinevirtual |
Reimplemented from sc_core::sc_port< sc_signal_in_if< bool >, 1 >.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 235 of file sc_in.hh.
References sc_core::sc_in< T >::bind().
|
inline |
Definition at line 243 of file sc_in.hh.
References sc_core::sc_in< T >::bind().
|
inline |
Definition at line 254 of file sc_in.hh.
References sc_core::sc_in< T >::bind().
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 292 of file sc_in.hh.
References sc_core::sc_in< T >::_valueChangedFinder.
|
inline |
|
mutableprivate |
|
mutableprivate |
|
mutableprivate |
|
mutableprivate |