source: latest/src/sc_unit.h @ 1

Last change on this file since 1 was 1, checked in by buchmann, 17 years ago

Initial import from CVS repository

File size: 993 bytes
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                 sc_unit.h                         |
6|                                                             |
7| Author  :                 Buchmann Richard                  |
8|                                                             |
9| Date    :                   09_07_2004                      |
10|                                                             |
11\------------------------------------------------------------*/
12#ifndef __SC_UNIT_H__
13#define __SC_UNIT_H__
14
15#include <sc_bit.h>
16#include <sc_bv.h>
17#include <sc_logic.h>
18#include <sc_lv.h>
19#include <sc_uint.h>
20#include <sc_int.h>
21#include <sc_biguint.h>
22#include <sc_bigint.h>
23#include <sc_unsigned.h>
24#include <sc_signed.h>
25
26#endif /* __SC_UNIT_H__ */
Note: See TracBrowser for help on using the repository browser.