source: branches/with_autoconf/src/sc_unsigned.h @ 8

Last change on this file since 8 was 8, checked in by nipo, 16 years ago

Checkin autotools magic

File size: 1.0 KB
Line 
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
20#include "sc_nbdefs.h"
21#include "sc_logic.h"
22
23
24namespace 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.