source: sources/src/sc_unsigned.h

Last change on this file was 52, checked in by meunier, 11 years ago

Code formatting in all source files.

File size: 1.3 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
13#ifndef __SC_UNSIGNED_H__
14#define __SC_UNSIGNED_H__
15
16
17// ----------------------------------------------------------------------------
18//  CLASS : sc_bv
19//
20// ----------------------------------------------------------------------------
21
22#include "sc_nbdefs.h"
23#include "sc_logic.h"
24
25
26namespace sc_dt {
27
28
29} /* end of sc_dt namespace */
30
31#endif /* __SC_UNSIGNED_H__ */
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.