Last change
on this file since 39 was
1,
checked in by buchmann, 17 years ago
|
Initial import from CVS repository
|
File size:
953 bytes
|
Line | |
---|
1 | /*------------------------------------------------------------\ |
---|
2 | | | |
---|
3 | | Tool : systemcass | |
---|
4 | | | |
---|
5 | | File : methodprocess_dependency.h | |
---|
6 | | | |
---|
7 | | Author : Buchmann Richard | |
---|
8 | | | |
---|
9 | | Date : 22_11_2005 | |
---|
10 | | | |
---|
11 | \------------------------------------------------------------*/ |
---|
12 | #ifndef METHODPROCESS_DEPENDENCY_H |
---|
13 | #define METHODPROCESS_DEPENDENCY_H |
---|
14 | |
---|
15 | #include "signal_dependency.h" |
---|
16 | |
---|
17 | namespace sc_core { |
---|
18 | // Dump to dot file |
---|
19 | extern bool MethodProcessDependencyGraph2dot (const char *name, const SignalDependencyGraph&); |
---|
20 | } |
---|
21 | |
---|
22 | #endif |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.