113521Sgabeblack@google.com/*****************************************************************************
213521Sgabeblack@google.com
313521Sgabeblack@google.com  Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
413521Sgabeblack@google.com  more contributor license agreements.  See the NOTICE file distributed
513521Sgabeblack@google.com  with this work for additional information regarding copyright ownership.
613521Sgabeblack@google.com  Accellera licenses this file to you under the Apache License, Version 2.0
713521Sgabeblack@google.com  (the "License"); you may not use this file except in compliance with the
813521Sgabeblack@google.com  License.  You may obtain a copy of the License at
913521Sgabeblack@google.com
1013521Sgabeblack@google.com    http://www.apache.org/licenses/LICENSE-2.0
1113521Sgabeblack@google.com
1213521Sgabeblack@google.com  Unless required by applicable law or agreed to in writing, software
1313521Sgabeblack@google.com  distributed under the License is distributed on an "AS IS" BASIS,
1413521Sgabeblack@google.com  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1513521Sgabeblack@google.com  implied.  See the License for the specific language governing
1613521Sgabeblack@google.com  permissions and limitations under the License.
1713521Sgabeblack@google.com
1813521Sgabeblack@google.com *****************************************************************************/
1913521Sgabeblack@google.com
2013521Sgabeblack@google.com#ifndef __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_REQ_RSP_HH__
2113521Sgabeblack@google.com#define __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_REQ_RSP_HH__
2213521Sgabeblack@google.com
2313521Sgabeblack@google.com// The unannotated TLM interfaces.
2413521Sgabeblack@google.com
2513586Sgabeblack@google.com#include "interfaces/core_ifs.hh"
2613586Sgabeblack@google.com#include "interfaces/master_slave_ifs.hh"
2713521Sgabeblack@google.com
2813521Sgabeblack@google.com// The channels : tlm_fifo, tlm_transport_channel and tlm_req_rsp_channel.
2913521Sgabeblack@google.com
3013586Sgabeblack@google.com#include "channels/req_rsp_channels/req_rsp_channels.hh"
3113521Sgabeblack@google.com
3213521Sgabeblack@google.com// Some non blocking ports to provide static sensitivity.
3313521Sgabeblack@google.com
3413586Sgabeblack@google.com#include "ports/nonblocking_port.hh"
3513521Sgabeblack@google.com
3613521Sgabeblack@google.com#endif /* __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_REQ_RSP_HH__ */
37