|
Last change
on this file since 63 was
52,
checked in by meunier, 13 years ago
|
|
Code formatting in all source files.
|
|
File size:
955 bytes
|
| Rev | Line | |
|---|
| [1] | 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 { |
|---|
| [52] | 18 | |
|---|
| [1] | 19 | // Dump to dot file |
|---|
| 20 | extern bool MethodProcessDependencyGraph2dot (const char *name, const SignalDependencyGraph&); |
|---|
| [52] | 21 | |
|---|
| [1] | 22 | } |
|---|
| 23 | |
|---|
| 24 | #endif |
|---|
| 25 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.