source: latest/src/graph_signals.h @ 1

Last change on this file since 1 was 1, checked in by buchmann, 17 years ago

Initial import from CVS repository

File size: 1001 bytes
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                 graph_signals.h                   |
6|                                                             |
7| Author  :                 Buchmann Richard                  |
8|                                                             |
9| Date    :                   22_09_2004                      |
10|                                                             |
11\------------------------------------------------------------*/
12#ifndef __GRAPH_SIGNALS_H__
13#define __GRAPH_SIGNALS_H__
14
15#include "graph.h"
16#include "signal_dependency.h"
17
18/* A unique exported function from all that */
19namespace sc_core {
20
21extern Graph *makegraph(const SignalDependencyGraph&);
22
23} // end of sc_core namespace
24
25#endif /* __GRAPH_SIGNALS_H__ */
26
Note: See TracBrowser for help on using the repository browser.