/*------------------------------------------------------------\ | | | Tool : systemcass | | | | File : sc_port.h | | | | Author : Buchmann Richard | | Taktak Sami | | | | Date : 09_07_2004 | | | \------------------------------------------------------------*/ #ifndef __SC_PORT_H__ #define __SC_PORT_H__ #include "sc_port_ext.h" #include "sc_fwd.h" #include namespace sc_core { const char * get_module_name(const tab_t * pointer); void check_all_ports(); } // end of sc_core namespace #endif /* __SC_PORT_H__ */ /* # Local Variables: # tab-width: 4; # c-basic-offset: 4; # c-file-offsets:((innamespace . 0)(inline-open . 0)); # indent-tabs-mode: nil; # End: # # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 */