source: sources/src/module_hierarchy2dot.h

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

Initial import from CVS repository

File size: 954 bytes
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                 module_hierarchy2dot.h            |
6|                                                             |
7| Author  :                 Buchmann Richard                  |
8|                                                             |
9| Date    :                   26_01_2006                      |
10|                                                             |
11\------------------------------------------------------------*/
12#ifndef __MODULE_HIERARCHY2DOT_H__
13#define __MODULE_HIERARCHY2DOT_H__
14
15#include "module_hierarchy_ext.h"
16
17namespace sc_core {
18
19extern bool module_hierarchy2dot (const char *name);
20
21} // end of namespace sc_core
22
23#endif // __MODULE_HIERARCHY2DOT_H__
24
Note: See TracBrowser for help on using the repository browser.