Last change
on this file since 5 was
1,
checked in by buchmann, 17 years ago
|
Initial import from CVS repository
|
File size:
1.0 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 | #ifndef __SC_PORT_H__ |
---|
14 | #define __SC_PORT_H__ |
---|
15 | |
---|
16 | #include"sc_port_ext.h" |
---|
17 | #include"sc_fwd.h" |
---|
18 | //#include"internal_ext.h" |
---|
19 | |
---|
20 | #include <list> |
---|
21 | |
---|
22 | // |
---|
23 | namespace sc_core { |
---|
24 | // |
---|
25 | const char *get_module_name (const tab_t *pointer); |
---|
26 | void check_all_ports (); |
---|
27 | |
---|
28 | } // end of sc_core namespace |
---|
29 | |
---|
30 | #endif /* __SC_PORT_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.