| 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 | \------------------------------------------------------------*/ |
|---|
| 12 | #ifndef __SC_UNSIGNED_H__ |
|---|
| 13 | #define __SC_UNSIGNED_H__ |
|---|
| 14 | |
|---|
| 15 | // ---------------------------------------------------------------------------- |
|---|
| 16 | // CLASS : sc_bv |
|---|
| 17 | // |
|---|
| 18 | // ---------------------------------------------------------------------------- |
|---|
| 19 | |
|---|
| [8] | 20 | #include "sc_nbdefs.h" |
|---|
| 21 | #include "sc_logic.h" |
|---|
| [1] | 22 | |
|---|
| 23 | |
|---|
| 24 | namespace sc_dt { |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | } /* end of sc_dt namespace */ |
|---|
| 28 | |
|---|
| 29 | #endif /* __SC_UNSIGNED_H__ */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.