Last change
on this file since 57 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1] | 1 | /*------------------------------------------------------------\ |
---|
| 2 | | | |
---|
| 3 | | Tool : systemcass | |
---|
| 4 | | | |
---|
| 5 | | File : sc_unsigned.h | |
---|
| 6 | | | |
---|
| 7 | | Author : Buchmann Richard | |
---|
| 8 | | | |
---|
| 9 | | Date : 14_04_2005 | |
---|
| 10 | | | |
---|
| 11 | \------------------------------------------------------------*/ |
---|
[52] | 12 | |
---|
[1] | 13 | #ifndef __SC_UNSIGNED_H__ |
---|
| 14 | #define __SC_UNSIGNED_H__ |
---|
| 15 | |
---|
[52] | 16 | |
---|
[1] | 17 | // ---------------------------------------------------------------------------- |
---|
| 18 | // CLASS : sc_bv |
---|
| 19 | // |
---|
| 20 | // ---------------------------------------------------------------------------- |
---|
| 21 | |
---|
[27] | 22 | #include "sc_nbdefs.h" |
---|
| 23 | #include "sc_logic.h" |
---|
[1] | 24 | |
---|
| 25 | |
---|
| 26 | namespace sc_dt { |
---|
| 27 | |
---|
| 28 | |
---|
| 29 | } /* end of sc_dt namespace */ |
---|
| 30 | |
---|
| 31 | #endif /* __SC_UNSIGNED_H__ */ |
---|
[52] | 32 | |
---|
| 33 | /* |
---|
| 34 | # Local Variables: |
---|
| 35 | # tab-width: 4; |
---|
| 36 | # c-basic-offset: 4; |
---|
| 37 | # c-file-offsets:((innamespace . 0)(inline-open . 0)); |
---|
| 38 | # indent-tabs-mode: nil; |
---|
| 39 | # End: |
---|
| 40 | # |
---|
| 41 | # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 |
---|
| 42 | */ |
---|
| 43 | |
---|
Note: See
TracBrowser
for help on using the repository browser.