#include <sysc/communication/sc_signal_ifs.h>


Public Member Functions | |
| virtual const sc_event & | value_changed_event () const =0 |
| virtual const sc_event & | posedge_event () const =0 |
| virtual const sc_event & | negedge_event () const =0 |
| virtual const bool & | read () const =0 |
| virtual const bool & | get_data_ref () const =0 |
| virtual bool | event () const =0 |
| virtual bool | posedge () const =0 |
| virtual bool | negedge () const =0 |
| virtual sc_reset * | is_reset () const =0 |
| virtual void | register_port (sc_port_base &port_, const char *if_typename_) |
| register a port with this interface (does nothing by default); define this for static design rule checking | |
| virtual const sc_event & | default_event () const |
| get the default event (default: return event that is never notified) | |
Protected Member Functions | |
| sc_signal_in_if () | |
Definition at line 128 of file sc_signal_ifs.h.
| virtual const sc_event& sc_core::sc_core::sc_signal_in_if< bool >::value_changed_event | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_core::sc_signal< bool >.
| virtual const sc_event& sc_core::sc_core::sc_signal_in_if< bool >::posedge_event | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_core::sc_signal< bool >.
| virtual const sc_event& sc_core::sc_core::sc_signal_in_if< bool >::negedge_event | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_core::sc_signal< bool >.
| virtual const bool& sc_core::sc_core::sc_signal_in_if< bool >::read | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_core::sc_signal< bool >.
| virtual const bool& sc_core::sc_core::sc_signal_in_if< bool >::get_data_ref | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_core::sc_signal< bool >.
| virtual bool sc_core::sc_core::sc_signal_in_if< bool >::event | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_core::sc_signal< bool >.
| virtual bool sc_core::sc_core::sc_signal_in_if< bool >::posedge | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_core::sc_signal< bool >.
| virtual bool sc_core::sc_core::sc_signal_in_if< bool >::negedge | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_core::sc_signal< bool >.
| virtual sc_reset* sc_core::sc_core::sc_signal_in_if< bool >::is_reset | ( | ) | const [pure virtual] |
Implemented in sc_core::sc_core::sc_signal< bool >.
| sc_core::sc_core::sc_signal_in_if< bool >::sc_signal_in_if | ( | ) | [inline, protected] |
Definition at line 166 of file sc_signal_ifs.h.
| void sc_core::sc_interface::register_port | ( | sc_port_base & | port_, | |
| const char * | if_typename_ | |||
| ) | [virtual, inherited] |
register a port with this interface (does nothing by default); define this for static design rule checking
Reimplemented in sc_core::sc_clock, sc_core::sc_fifo< T >, sc_core::sc_signal< T >, sc_core::sc_core::sc_signal< bool >, sc_core::sc_core::sc_signal< sc_dt::sc_logic >, sc_core::sc_signal_resolved, sc_core::sc_signal_rv< W >, and sc_core::sc_signal< sc_dt::sc_lv< W > >.
Definition at line 62 of file sc_interface.cpp.
| const sc_event & sc_core::sc_interface::default_event | ( | ) | const [virtual, inherited] |
get the default event (default: return event that is never notified)
Reimplemented in sc_core::sc_event_queue, sc_core::sc_signal< T >, sc_core::sc_core::sc_signal< bool >, sc_core::sc_core::sc_signal< sc_dt::sc_logic >, and sc_core::sc_signal< sc_dt::sc_lv< W > >.
Definition at line 69 of file sc_interface.cpp.
1.5.5