Lines Matching defs:port

22   sc_signal_ports.h -- The sc_signal<T> port classes.
73 // The sc_signal<T> input port class.
172 // bind to parent in port
181 // bind to parent inout port
259 // implement virtual base_type port-binding function
495 // bind to parent in port
504 // bind to parent inout port
626 // implement virtual base_type port-binding function
762 // bind to parent in port
771 // bind to parent inout port
893 // implement virtual base_type port-binding function
925 // The sc_signal<T> input/output port class.
1047 // set initial value (can also be called when port is not bound yet)
1132 // set initial value (can also be called when port is not bound yet)
1383 // set initial value (can also be called when port is not bound yet)
1619 // set initial value (can also be called when port is not bound yet)
1689 // The sc_signal<T> output port class.
1692 // sc_out can also read from its port, hence no difference with sc_inout.
1793 sc_trace(sc_trace_file* tf, const sc_in<T>& port, const std::string& name)
1798 iface = DCAST<const sc_signal_in_if<T>*>( port.get_interface() );
1804 port.add_trace_internal( tf, name );
1810 sc_trace( sc_trace_file* tf, const sc_inout<T>& port,
1816 iface =DCAST<const sc_signal_in_if<T>*>( port.get_interface() );
1822 port.add_trace_internal( tf, name );
1887 // Andy Goodrich: added an add_trace_internal() method to the various port
1899 // finder for each port for each type of event, e.g., pos(), neg(), and
1900 // value_change(). The event finder persists as long as the port does,
1902 // allocated for each event type per port there is not a potential