TLM-2.0  2.0.3
Accellera TLM-2.0 proof-of-concept library
tlm_req_rsp.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3  The following code is derived, directly or indirectly, from the SystemC
4  source code Copyright (c) 1996-2014 by all Contributors.
5  All Rights reserved.
6 
7  The contents of this file are subject to the restrictions and limitations
8  set forth in the SystemC Open Source License (the "License");
9  You may not use this file except in compliance with such restrictions and
10  limitations. You may obtain instructions on how to receive a copy of the
11  License at http://www.accellera.org/. Software distributed by Contributors
12  under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
13  ANY KIND, either express or implied. See the License for the specific
14  language governing rights and limitations under the License.
15 
16  *****************************************************************************/
17 
18 #ifndef __TLM_REQ_RSP_H__
19 #define __TLM_REQ_RSP_H__
20 
21 // The unannotated TLM interfaces
22 
25 
26 // The channels : tlm_fifo, tlm_transport_channel and tlm_req_rsp_channel
27 
29 
30 // Some non blocking ports to provide static sensitivity
31 
33 
34 
35 #endif /* __TLM_REQ_RSP_H__ */