Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / model / vendor / TLM-2006-11-29 / tlm / tlm_annotated.h
CommitLineData
86530b38
AT
1
2#ifndef TLM_ANNOTATED_HEADER
3#define TLM_ANNOTATED_HEADER
4
5#include <systemc.h>
6
7#include <map>
8#include <deque>
9
10namespace tlm_annotated {
11
12#include "tlm_annotated/tlm_annotated_ifs/tlm_annotated_ifs.h"
13#include "tlm_annotated/tlm_annotated_ifs/tlm_annotated_master_slave_ifs.h"
14
15#include "tlm_annotated/tlm_annotated_channels/tlm_peq.h"
16#include "tlm_annotated/tlm_annotated_channels/tlm_annotated_fifo.h"
17
18#include "tlm_annotated/tlm_annotated_channels/tlm_annotated_req_rsp.h"
19
20};
21#endif