|
scc 2025.09
SystemC components library
|
A template class for an optional input port with optimized binding. More...
#include <signal_opt_ports.h>


Public Types | |
| typedef T | data_type |
| typedef sc_core::sc_signal_inout_if< data_type > | if_type |
| typedef sc_core::sc_port< if_type, 1, sc_core::SC_ZERO_OR_MORE_BOUND > | base_type |
| typedef sc_inout_opt< data_type > | this_type |
| typedef sc_core::sc_signal_in_if< data_type > | in_if_type |
| typedef sc_core::sc_port< in_if_type, 1, sc_core::SC_ZERO_OR_MORE_BOUND > | in_port_type |
| typedef if_type | inout_if_type |
| typedef base_type | inout_port_type |
Public Member Functions | |
| sc_inout_opt (const char *name_) | |
| sc_inout_opt (inout_if_type &interface_) | |
| sc_inout_opt (const char *name_, inout_if_type &interface_) | |
| sc_inout_opt (inout_port_type &parent_) | |
| sc_inout_opt (const char *name_, inout_port_type &parent_) | |
| sc_inout_opt (this_type &parent_) | |
| sc_inout_opt (const char *name_, this_type &parent_) | |
| sc_inout_opt (const this_type &)=delete | |
| const sc_core::sc_event & | default_event () const |
| const sc_core::sc_event & | value_changed_event () const |
| const data_type & | read () const |
| operator const data_type & () const | |
| bool | event () const |
| void | 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_) |
| void | end_of_elaboration () override |
| virtual const char * | kind () const override |
Protected Attributes | |
| data_type * | m_init_val |
A template class for an optional input port with optimized binding.
The sc_inout_opt class is a specialization of sc_core::sc_inout that allows optional binding of 1 port or signal at max.
| T | The data type of the input port. |
Definition at line 335 of file signal_opt_ports.h.
| typedef sc_core::sc_port<if_type, 1, sc_core::SC_ZERO_OR_MORE_BOUND> scc::sc_inout_opt< T >::base_type |
Definition at line 340 of file signal_opt_ports.h.
| typedef T scc::sc_inout_opt< T >::data_type |
Definition at line 337 of file signal_opt_ports.h.
| typedef sc_core::sc_signal_inout_if<data_type> scc::sc_inout_opt< T >::if_type |
Definition at line 339 of file signal_opt_ports.h.
| typedef sc_core::sc_signal_in_if<data_type> scc::sc_inout_opt< T >::in_if_type |
Definition at line 343 of file signal_opt_ports.h.
| typedef sc_core::sc_port<in_if_type, 1, sc_core::SC_ZERO_OR_MORE_BOUND> scc::sc_inout_opt< T >::in_port_type |
Definition at line 344 of file signal_opt_ports.h.
| typedef if_type scc::sc_inout_opt< T >::inout_if_type |
Definition at line 345 of file signal_opt_ports.h.
| typedef base_type scc::sc_inout_opt< T >::inout_port_type |
Definition at line 346 of file signal_opt_ports.h.
| typedef sc_inout_opt<data_type> scc::sc_inout_opt< T >::this_type |
Definition at line 341 of file signal_opt_ports.h.
|
inline |
Definition at line 349 of file signal_opt_ports.h.
|
inlineexplicit |
Definition at line 353 of file signal_opt_ports.h.
|
inlineexplicit |
Definition at line 357 of file signal_opt_ports.h.
|
inline |
Definition at line 361 of file signal_opt_ports.h.
|
inlineexplicit |
Definition at line 365 of file signal_opt_ports.h.
|
inline |
Definition at line 369 of file signal_opt_ports.h.
|
inline |
Definition at line 373 of file signal_opt_ports.h.
|
inline |
Definition at line 377 of file signal_opt_ports.h.
|
inline |
Definition at line 385 of file signal_opt_ports.h.
|
inlineoverride |
Definition at line 448 of file signal_opt_ports.h.
|
inline |
Definition at line 393 of file signal_opt_ports.h.
|
inline |
Definition at line 436 of file signal_opt_ports.h.
|
inline |
Definition at line 424 of file signal_opt_ports.h.
|
inlineoverridevirtual |
Definition at line 428 of file signal_opt_ports.h.
|
inline |
Definition at line 391 of file signal_opt_ports.h.
|
inline |
Definition at line 397 of file signal_opt_ports.h.
|
inline |
Definition at line 402 of file signal_opt_ports.h.
|
inline |
Definition at line 407 of file signal_opt_ports.h.
|
inline |
Definition at line 412 of file signal_opt_ports.h.
|
inline |
Definition at line 417 of file signal_opt_ports.h.
|
inline |
Definition at line 389 of file signal_opt_ports.h.
|
inline |
Definition at line 387 of file signal_opt_ports.h.
|
inline |
Definition at line 395 of file signal_opt_ports.h.
|
protected |
Definition at line 431 of file signal_opt_ports.h.