All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
internal_representation.h
Go to the documentation of this file.
1 #ifndef RISC_H_INCLUDED_
2 #define RISC_H_INCLUDED_
3 
4 #include "definition.h"
5 
6 #include "object.h"
7 #include "class.h"
8 #include "function.h"
9 
10 #include "event.h"
11 #include "event_and_list.h"
12 #include "event_or_list.h"
13 #include "instance.h"
14 #include "variable.h"
15 
16 #include "thread.h"
17 #include "cthread.h"
18 #include "method.h"
19 
20 #include "interface.h"
21 #include "port.h"
22 #include "inport.h"
23 #include "inoutport.h"
24 #include "outport.h"
25 
26 #include "primitive_channel.h"
28 #include "hierarchical_channel.h"
30 
31 #include "module.h"
32 #include "module_instance.h"
33 
34 #include "design.h"
35 #include "instance_tree.h"
36 #include "port_mapping.h"
37 #include "mapping_info.h"
38 
40 
43 
45 
46 //DM ADDING SOCKETS
47 #include "socket.h"
48 #include "initiatorsocket.h"
49 #include "targetsocket.h"
50 
51 #endif /* RISC_H_INCLUDED_ */
52 
53 /* ex: set softtabstop=2 tabstop=2 shiftwidth=2 expandtab: */