#include "stdtypes.h"#include "fifo_list.h"#include "typedefs.h"#include "str.h"#include "pools.h"Include dependency graph for type.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | type |
| Represent VHDL types. More... | |
| class | type_array |
| VHDL uses the concept of "array of type". More... | |
| class | type_file |
| class | type_range |
| Range types are limited to a complete range that can fit in 32-bits. More... | |
| class | type_real |
| class | type_record |
| Record elements are ordered the way they appear in the record. More... | |
| class | type_time |
| Special type for time. More... | |
Enumerations | |
| enum | { bad_type, ty_time, ty_range, ty_real, ty_array, ty_record, ty_file } |
| enum | { time_bad_time, time_fs, time_ps, time_ns, time_us, time_ms, time_sec, time_min, time_hr } |
| enum | { bad_range_dir, range_to, range_downto } |
|
|
Definition at line 25 of file type.h.
|
|
|
Definition at line 263 of file type.h.
|
|
|
Definition at line 307 of file type.h.
00307 { bad_range_dir,
00308 range_to,
00309 range_downto };
|
1.3.3