tlm revision 13513
113511Sgabeblack@google.com/***************************************************************************** 213511Sgabeblack@google.com 313511Sgabeblack@google.com Licensed to Accellera Systems Initiative Inc. (Accellera) under one or 413511Sgabeblack@google.com more contributor license agreements. See the NOTICE file distributed 513511Sgabeblack@google.com with this work for additional information regarding copyright ownership. 613511Sgabeblack@google.com Accellera licenses this file to you under the Apache License, Version 2.0 713511Sgabeblack@google.com (the "License"); you may not use this file except in compliance with the 813511Sgabeblack@google.com License. You may obtain a copy of the License at 913511Sgabeblack@google.com 1013511Sgabeblack@google.com http://www.apache.org/licenses/LICENSE-2.0 1113511Sgabeblack@google.com 1213511Sgabeblack@google.com Unless required by applicable law or agreed to in writing, software 1313511Sgabeblack@google.com distributed under the License is distributed on an "AS IS" BASIS, 1413511Sgabeblack@google.com WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 1513511Sgabeblack@google.com implied. See the License for the specific language governing 1613511Sgabeblack@google.com permissions and limitations under the License. 1713511Sgabeblack@google.com 1813511Sgabeblack@google.com *****************************************************************************/ 1913511Sgabeblack@google.com 2013513Sgabeblack@google.com#ifndef __SYSTEMC_EXT_TLM__ 2113513Sgabeblack@google.com#define __SYSTEMC_EXT_TLM__ 2213511Sgabeblack@google.com 2313511Sgabeblack@google.com#include <systemc> // main SystemC header 2413511Sgabeblack@google.com 2513511Sgabeblack@google.com#include "tlm_core/tlm_2/tlm_version.h" 2613511Sgabeblack@google.com#include "tlm_core/tlm_1/tlm_analysis/tlm_analysis.h" 2713511Sgabeblack@google.com#include "tlm_core/tlm_1/tlm_req_rsp/tlm_req_rsp.h" 2813511Sgabeblack@google.com#include "tlm_core/tlm_2/tlm_2_interfaces/tlm_2_interfaces.h" 2913511Sgabeblack@google.com#include "tlm_core/tlm_2/tlm_generic_payload/tlm_generic_payload.h" 3013511Sgabeblack@google.com#include "tlm_core/tlm_2/tlm_sockets/tlm_sockets.h" 3113511Sgabeblack@google.com#include "tlm_core/tlm_2/tlm_quantum/tlm_quantum.h" 3213511Sgabeblack@google.com 3313513Sgabeblack@google.com#endif /* __SYSTEMC_EXT_TLM__ */ 34