#include <sc_signal_ports.h>
Inheritance diagram for sc_inout< sc_logic >:


Public Types | |
| typedef sc_logic | data_type |
| typedef sc_signal_inout_if< data_type > | if_type |
| typedef sc_port< if_type, 1 > | base_type |
| typedef sc_inout< data_type > | this_type |
| typedef sc_signal_in_if< data_type > | in_if_type |
| typedef sc_port< in_if_type, 1 > | in_port_type |
| typedef if_type | inout_if_type |
| typedef base_type | inout_port_type |
Public Methods | |
| 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 () |
| 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 |
| const data_type & | read () const |
| operator const data_type & () const | |
| sc_event_finder & | pos () const |
| sc_event_finder & | neg () const |
| bool | event () const |
| bool | posedge () const |
| bool | negedge () const |
| const sc_signal_logic_deval & | delayed () const |
| this_type & | write (const data_type &value_) |
| this_type & | operator= (const data_type &value_) |
| this_type & | operator= (const in_if_type &interface_) |
| this_type & | operator= (const in_port_type &port_) |
| this_type & | operator= (const inout_port_type &port_) |
| this_type & | operator= (const this_type &port_) |
| void | initialize (const data_type &value_) |
| void | initialize (const in_if_type &interface_) |
| virtual void | end_of_elaboration () |
| sc_event_finder & | value_changed () const |
| virtual const char * | kind () const |
| void | add_trace (sc_trace_file *, const sc_string &) const |
Static Public Attributes | |
| const char *const | kind_string = "sc_inout" |
Protected Methods | |
| void | remove_traces () const |
Protected Attributes | |
| data_type * | m_init_val |
| sc_trace_params_vec * | m_traces |
|
|
Reimplemented from sc_port< sc_signal_inout_if< sc_logic >, 1 >. Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1355 of file sc_signal_ports.h. |
|
|
Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1352 of file sc_signal_ports.h. |
|
|
Definition at line 1354 of file sc_signal_ports.h. |
|
|
Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1358 of file sc_signal_ports.h. |
|
|
Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1359 of file sc_signal_ports.h. |
|
|
Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1360 of file sc_signal_ports.h. |
|
|
Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1361 of file sc_signal_ports.h. |
|
|
Reimplemented from sc_port< sc_signal_inout_if< sc_logic >, 1 >. Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1356 of file sc_signal_ports.h. |
|
|
Definition at line 289 of file sc_signal_ports.cpp. References sc_inout< T >::m_init_val, and sc_inout< T >::remove_traces(). |
|
||||||||||||
|
Definition at line 339 of file sc_signal_ports.cpp. References sc_inout< T >::m_traces, and sc_pvector< sc_trace_params * >::push_back(). |
|
|
Definition at line 1409 of file sc_signal_ports.h. |
|
|
Definition at line 1561 of file sc_signal_ports.h. |
|
|
Reimplemented in sc_inout_resolved. Definition at line 318 of file sc_signal_ports.cpp. References sc_signal_in_if< T >::get_data_ref(), sc_inout< T >::m_init_val, sc_inout< T >::m_traces, sc_trace_params::name, sc_inout< T >::remove_traces(), sc_trace(), sc_pvector< sc_trace_params * >::size(), sc_trace_params::tf, and sc_inout< T >::write(). |
|
|
Definition at line 1457 of file sc_signal_ports.h. |
|
|
Definition at line 1500 of file sc_signal_ports.h. References sc_inout< T >::initialize(), and sc_signal_in_if< T >::read(). |
|
|
Definition at line 301 of file sc_signal_ports.cpp. References sc_inout< T >::data_type, sc_inout< T >::m_init_val, and sc_signal_inout_if< T >::write(). |
|
|
Reimplemented from sc_port< sc_signal_inout_if< sc_logic >, 1 >. Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1522 of file sc_signal_ports.h. References sc_inout< T >::kind_string. |
|
|
Definition at line 1448 of file sc_signal_ports.h. Referenced by sc_sensitive_neg::operator()(). |
|
|
Definition at line 1467 of file sc_signal_ports.h. |
|
|
Definition at line 1425 of file sc_signal_ports.h. |
|
|
Definition at line 1434 of file sc_signal_ports.h. |
|
|
Reimplemented from sc_port< sc_signal_inout_if< sc_logic >, 1 >. Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1492 of file sc_signal_ports.h. References sc_inout< T >::read(), and sc_inout< T >::write(). |
|
|
Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1489 of file sc_signal_ports.h. References sc_inout< T >::write(). |
|
|
Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1486 of file sc_signal_ports.h. References sc_inout< T >::write(). |
|
|
Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1483 of file sc_signal_ports.h. References sc_signal_in_if< T >::read(), and sc_inout< T >::write(). |
|
|
Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 1480 of file sc_signal_ports.h. References sc_inout< T >::data_type, and sc_inout< T >::write(). |
|
|
Definition at line 1440 of file sc_signal_ports.h. Referenced by sc_sensitive_pos::operator()(), and sc_sensitive::operator()(). |
|
|
Definition at line 1462 of file sc_signal_ports.h. |
|
|
Definition at line 1420 of file sc_signal_ports.h. |
|
|
Definition at line 1431 of file sc_signal_ports.h. References sc_inout< T >::data_type. Referenced by sc_out_resolved::operator=(), and sc_inout_resolved::operator=(). |
|
|
Definition at line 351 of file sc_signal_ports.cpp. References sc_inout< T >::m_traces, and sc_pvector< sc_trace_params * >::size(). |
|
||||||||||||
|
Definition at line 1395 of file sc_signal_ports.h. References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces. |
|
|
Definition at line 1391 of file sc_signal_ports.h. References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces. |
|
||||||||||||
|
Definition at line 1387 of file sc_signal_ports.h. References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces. |
|
|
Definition at line 1383 of file sc_signal_ports.h. References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces. |
|
||||||||||||
|
Definition at line 1379 of file sc_signal_ports.h. References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces. |
|
|
Definition at line 1375 of file sc_signal_ports.h. References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces. |
|
|
Definition at line 1371 of file sc_signal_ports.h. References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces. |
|
|
Definition at line 1367 of file sc_signal_ports.h. References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces. |
|
|
Definition at line 1513 of file sc_signal_ports.h. |
|
|
Definition at line 1415 of file sc_signal_ports.h. |
|
|
Definition at line 1477 of file sc_signal_ports.h. References sc_inout< T >::data_type, and sc_inout< T >::write(). Referenced by sc_out_resolved::operator=(), and sc_inout_resolved::operator=(). |
|
|
Reimplemented from sc_port< sc_signal_inout_if< sc_logic >, 1 >. Reimplemented in sc_inout_resolved, and sc_out_resolved. Definition at line 284 of file sc_signal_ports.cpp. |
|
|
Definition at line 1527 of file sc_signal_ports.h. |
|
|
Definition at line 1538 of file sc_signal_ports.h. |
1.2.18