Last change
on this file since 56 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
1.2 KB
|
Rev | Line | |
---|
[1] | 1 | /*------------------------------------------------------------\ |
---|
| 2 | | | |
---|
| 3 | | Tool : systemcass | |
---|
| 4 | | | |
---|
| 5 | | File : sc_unit.h | |
---|
| 6 | | | |
---|
| 7 | | Author : Buchmann Richard | |
---|
| 8 | | | |
---|
| 9 | | Date : 09_07_2004 | |
---|
| 10 | | | |
---|
| 11 | \------------------------------------------------------------*/ |
---|
[52] | 12 | |
---|
[1] | 13 | #ifndef __SC_UNIT_H__ |
---|
| 14 | #define __SC_UNIT_H__ |
---|
| 15 | |
---|
| 16 | #include <sc_bit.h> |
---|
| 17 | #include <sc_bv.h> |
---|
| 18 | #include <sc_logic.h> |
---|
| 19 | #include <sc_lv.h> |
---|
| 20 | #include <sc_uint.h> |
---|
| 21 | #include <sc_int.h> |
---|
| 22 | #include <sc_biguint.h> |
---|
| 23 | #include <sc_bigint.h> |
---|
| 24 | #include <sc_unsigned.h> |
---|
| 25 | #include <sc_signed.h> |
---|
| 26 | |
---|
| 27 | #endif /* __SC_UNIT_H__ */ |
---|
[52] | 28 | |
---|
| 29 | /* |
---|
| 30 | # Local Variables: |
---|
| 31 | # tab-width: 4; |
---|
| 32 | # c-basic-offset: 4; |
---|
| 33 | # c-file-offsets:((innamespace . 0)(inline-open . 0)); |
---|
| 34 | # indent-tabs-mode: nil; |
---|
| 35 | # End: |
---|
| 36 | # |
---|
| 37 | # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 |
---|
| 38 | */ |
---|
| 39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.