|
Last change
on this file was 52, checked in by meunier, 14 years ago |
|
Code formatting in all source files.
|
|
File size:
971 bytes
|
| Rev | Line | |
|---|
| [4] | 1 | #ifndef __SYSTEMC_HEADER
|
|---|
| 2 | #define __SYSTEMC_HEADER
|
|---|
| 3 |
|
|---|
| 4 | #define SYSTEMCASS_SPECIFIC
|
|---|
| 5 | //#define SOCVIEW // we can't define SOCVIEW macro because we don't support
|
|---|
| 6 | //some features like "debug" function
|
|---|
| 7 | #define STATESAVER_SYSTEM
|
|---|
| 8 | #define NONAME_RENAME
|
|---|
| 9 | #define PORT_DEPENDANCIES_ENABLED
|
|---|
| 10 |
|
|---|
| [31] | 11 | #include "sc_fwd.h"
|
|---|
| [4] | 12 |
|
|---|
| [31] | 13 | #include "global_functions.h"
|
|---|
| 14 | #include "sc_nbdefs.h"
|
|---|
| 15 | #include "sc_ver_ext.h"
|
|---|
| 16 | #include "sc_module_name.h"
|
|---|
| 17 | #include "sc_module_ext.h"
|
|---|
| 18 | #include "sc_module_name.h"
|
|---|
| 19 | #include "module_hierarchy_ext.h"
|
|---|
| 20 | #include "serialization_ext.h"
|
|---|
| 21 | #include "sc_port_ext.h"
|
|---|
| 22 | #include "sc_signal.h"
|
|---|
| 23 | #include "sc_clock_ext.h"
|
|---|
| 24 | #include "sc_sensitive.h"
|
|---|
| [4] | 25 |
|
|---|
| [31] | 26 | #include "sc_time.h"
|
|---|
| 27 | #include "sc_unit.h"
|
|---|
| 28 | #include "sc_trace_ext.h"
|
|---|
| 29 | #include "sc_vcd_trace.h"
|
|---|
| 30 | #include "sc_pat_trace.h"
|
|---|
| [4] | 31 |
|
|---|
| 32 | #endif
|
|---|
| [52] | 33 |
|
|---|
| 34 | /*
|
|---|
| 35 | # Local Variables:
|
|---|
| 36 | # tab-width: 4;
|
|---|
| 37 | # c-basic-offset: 4;
|
|---|
| 38 | # c-file-offsets:((innamespace . 0)(inline-open . 0));
|
|---|
| 39 | # indent-tabs-mode: nil;
|
|---|
| 40 | # End:
|
|---|
| 41 | #
|
|---|
| 42 | # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
|
|---|
| 43 | */
|
|---|
| 44 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.