|
| sc_out () |
|
| sc_out (const char *name_) |
|
| sc_out (inout_if_type &interface_) |
|
| sc_out (const char *name_, inout_if_type &interface_) |
|
| sc_out (inout_port_type &parent_) |
|
| sc_out (const char *name_, inout_port_type &parent_) |
|
| sc_out (this_type &parent_) |
|
| sc_out (const char *name_, this_type &parent_) |
|
virtual | ~sc_out () |
|
void | operator= (const this_type &new_val) |
|
void | operator= (const char *new_val) |
|
void | operator= (sc_dt::uint64 new_val) |
|
void | operator= (sc_dt::int64 new_val) |
|
void | operator= (int new_val) |
|
void | operator= (long new_val) |
|
void | operator= (short new_val) |
|
void | operator= (unsigned int new_val) |
|
void | operator= (unsigned long new_val) |
|
void | operator= (unsigned short new_val) |
|
template<typename T > |
void | operator= (const sc_dt::sc_generic_base< T > &new_val) |
|
void | operator= (const sc_dt::sc_signed &new_val) |
|
void | operator= (const sc_dt::sc_unsigned &new_val) |
|
void | operator= (const sc_dt::sc_bv_base &new_val) |
|
void | operator= (const sc_dt::sc_lv_base &new_val) |
|
void | bind (const inout_if_type &interface_) |
|
void | operator() (const inout_if_type &interface_) |
|
void | bind (inout_port_type &parent_) |
|
void | operator() (inout_port_type &parent_) |
|
| sc_inout () |
|
| sc_inout (const char *name_) |
|
| sc_inout (inout_if_type &interface_) |
|
| sc_inout (const char *name_, inout_if_type &interface_) |
|
| sc_inout (inout_port_type &parent_) |
|
| sc_inout (const char *name_, inout_port_type &parent_) |
|
| sc_inout (this_type &parent_) |
|
| sc_inout (const char *name_, this_type &parent_) |
|
virtual | ~sc_inout () |
|
sc_dt::sc_uint_bitref_r | operator[] (int i) const |
|
sc_dt::sc_uint_bitref_r | bit (int i) const |
|
sc_uint_sigref & | operator[] (int i) |
|
sc_uint_sigref & | bit (int i) |
|
sc_dt::sc_uint_subref_r | operator() (int left, int right) const |
|
sc_dt::sc_uint_subref_r | range (int left, int right) const |
|
sc_uint_sigref & | operator() (int left, int right) |
|
sc_uint_sigref & | range (int left, int right) |
|
const sc_event & | default_event () const |
|
const sc_event & | value_changed_event () const |
|
const sc_dt::sc_uint< W > & | read () const |
|
| operator sc_dt::uint64 () const |
|
bool | event () const |
|
sc_event_finder & | value_changed () const |
|
bool | and_reduce () const |
|
bool | nand_reduce () const |
|
bool | nor_reduce () const |
|
bool | or_reduce () const |
|
bool | xnor_reduce () const |
|
bool | xor_reduce () const |
|
virtual void | end_of_elaboration () |
|
virtual const char * | kind () const |
|
void | initialize (const sc_dt::sc_uint< W > &value_) |
|
void | add_trace (sc_trace_file *tf_, const std::string &name_) const |
|
virtual int | concat_length (bool *xz_present_p) const |
|
virtual sc_dt::uint64 | concat_get_uint64 () const |
|
virtual bool | concat_get_ctrl (sc_dt::sc_digit *dst_p, int low_i) const |
|
virtual bool | concat_get_data (sc_dt::sc_digit *dst_p, int low_i) const |
|
virtual void | concat_set (sc_dt::int64 src, int low_i) |
|
virtual void | concat_set (const sc_dt::sc_signed &src, int low_i) |
|
virtual void | concat_set (const sc_dt::sc_unsigned &src, int low_i) |
|
virtual void | concat_set (sc_dt::uint64 src, int low_i) |
|
void | operator= (const this_type &new_val) |
|
void | operator= (const char *new_val) |
|
void | operator= (sc_dt::uint64 new_val) |
|
void | operator= (sc_dt::int64 new_val) |
|
void | operator= (int new_val) |
|
void | operator= (long new_val) |
|
void | operator= (short new_val) |
|
void | operator= (unsigned int new_val) |
|
void | operator= (unsigned long new_val) |
|
void | operator= (unsigned short new_val) |
|
template<typename T > |
void | operator= (const sc_dt::sc_generic_base< T > &new_val) |
|
void | operator= (const sc_dt::sc_signed &new_val) |
|
void | operator= (const sc_dt::sc_unsigned &new_val) |
|
void | operator= (const sc_dt::sc_bv_base &new_val) |
|
void | operator= (const sc_dt::sc_lv_base &new_val) |
|
void | write (const sc_in< sc_dt::sc_uint< W > > &new_val) |
|
void | write (const sc_inout< sc_dt::sc_uint< W > > &new_val) |
|
void | write (const sc_dt::sc_uint< W > &new_val) |
|
| sc_port () |
|
| sc_port (const char *name) |
|
| sc_port (const sc_signal_inout_if< sc_dt::sc_uint< W > > &interface) |
|
| sc_port (const char *name, const sc_signal_inout_if< sc_dt::sc_uint< W > > &interface) |
|
| sc_port (sc_port_b< sc_signal_inout_if< sc_dt::sc_uint< W > > > &parent) |
|
| sc_port (const char *name, sc_port_b< sc_signal_inout_if< sc_dt::sc_uint< W > > > &parent) |
|
| sc_port (sc_port< sc_signal_inout_if< sc_dt::sc_uint< W > >, N, P > &parent) |
|
| sc_port (const char *name, sc_port< sc_signal_inout_if< sc_dt::sc_uint< W > >, N, P > &parent) |
|
virtual | ~sc_port () |
|
void | operator() (sc_signal_inout_if< sc_dt::sc_uint< W > > &i) |
|
void | operator() (sc_port_b< sc_signal_inout_if< sc_dt::sc_uint< W > > > &p) |
|
virtual void | bind (sc_signal_inout_if< sc_dt::sc_uint< W > > &i) |
|
virtual void | bind (sc_port_b< sc_signal_inout_if< sc_dt::sc_uint< W > > > &p) |
|
sc_signal_inout_if< sc_dt::sc_uint< W > > * | operator-> () |
|
const sc_signal_inout_if< sc_dt::sc_uint< W > > * | operator-> () const |
|
sc_signal_inout_if< sc_dt::sc_uint< W > > * | operator[] (int n) |
|
const sc_signal_inout_if< sc_dt::sc_uint< W > > * | operator[] (int n) const |
|
sc_interface * | get_interface () |
|
const sc_interface * | get_interface () const |
|
| 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 |
|
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 |
|
virtual | ~sc_value_base () |
|
Definition at line 1407 of file scx_signal_uint.h.