source: sources/src/sc_port.h

Last change on this file was 52, checked in by meunier, 11 years ago

Code formatting in all source files.

File size: 1.2 KB
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                   sc_port.h                       |
6|                                                             |
7| Author  :                 Buchmann Richard                  |
8|                           Taktak Sami                       |
9|                                                             |
10| Date    :                   09_07_2004                      |
11|                                                             |
12\------------------------------------------------------------*/
13
14#ifndef __SC_PORT_H__
15#define __SC_PORT_H__
16
17#include "sc_port_ext.h"
18#include "sc_fwd.h"
19
20#include <list>
21
22namespace sc_core {
23
24const char * get_module_name(const tab_t * pointer);
25void check_all_ports();
26
27} // end of sc_core namespace
28
29#endif /* __SC_PORT_H__ */
30
31/*
32# Local Variables:
33# tab-width: 4;
34# c-basic-offset: 4;
35# c-file-offsets:((innamespace . 0)(inline-open . 0));
36# indent-tabs-mode: nil;
37# End:
38#
39# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
40*/
41
Note: See TracBrowser for help on using the repository browser.