tlm revision 13511
12023SN/A/*****************************************************************************
22023SN/A
32023SN/A  Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
42023SN/A  more contributor license agreements.  See the NOTICE file distributed
52023SN/A  with this work for additional information regarding copyright ownership.
62023SN/A  Accellera licenses this file to you under the Apache License, Version 2.0
72023SN/A  (the "License"); you may not use this file except in compliance with the
82023SN/A  License.  You may obtain a copy of the License at
92023SN/A
102023SN/A    http://www.apache.org/licenses/LICENSE-2.0
112023SN/A
122023SN/A  Unless required by applicable law or agreed to in writing, software
132023SN/A  distributed under the License is distributed on an "AS IS" BASIS,
142023SN/A  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
152023SN/A  implied.  See the License for the specific language governing
162023SN/A  permissions and limitations under the License.
172023SN/A
182023SN/A *****************************************************************************/
192023SN/A
202023SN/A#ifndef __TLM_HEADER__
212023SN/A#define __TLM_HEADER__
222023SN/A
232023SN/A#include <systemc>    // main SystemC header
242023SN/A
252023SN/A#include "tlm_core/tlm_2/tlm_version.h"
262023SN/A#include "tlm_core/tlm_1/tlm_analysis/tlm_analysis.h"
272023SN/A#include "tlm_core/tlm_1/tlm_req_rsp/tlm_req_rsp.h"
282665Ssaidi@eecs.umich.edu#include "tlm_core/tlm_2/tlm_2_interfaces/tlm_2_interfaces.h"
292665Ssaidi@eecs.umich.edu#include "tlm_core/tlm_2/tlm_generic_payload/tlm_generic_payload.h"
302665Ssaidi@eecs.umich.edu#include "tlm_core/tlm_2/tlm_sockets/tlm_sockets.h"
312023SN/A#include "tlm_core/tlm_2/tlm_quantum/tlm_quantum.h"
324202Sbinkertn@umich.edu
332023SN/A#endif /* TLM_HEADER_INCLUDED_ */
344202Sbinkertn@umich.edu