tlm revision 13511:dc5864c73df3
1955SN/A/***************************************************************************** 2955SN/A 37816Ssteve.reinhardt@amd.com Licensed to Accellera Systems Initiative Inc. (Accellera) under one or 45871Snate@binkert.org more contributor license agreements. See the NOTICE file distributed 51762SN/A with this work for additional information regarding copyright ownership. 6955SN/A Accellera licenses this file to you under the Apache License, Version 2.0 7955SN/A (the "License"); you may not use this file except in compliance with the 8955SN/A License. You may obtain a copy of the License at 9955SN/A 10955SN/A http://www.apache.org/licenses/LICENSE-2.0 11955SN/A 12955SN/A Unless required by applicable law or agreed to in writing, software 13955SN/A distributed under the License is distributed on an "AS IS" BASIS, 14955SN/A WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 15955SN/A implied. See the License for the specific language governing 16955SN/A permissions and limitations under the License. 17955SN/A 18955SN/A *****************************************************************************/ 19955SN/A 20955SN/A#ifndef __TLM_HEADER__ 21955SN/A#define __TLM_HEADER__ 22955SN/A 23955SN/A#include <systemc> // main SystemC header 24955SN/A 25955SN/A#include "tlm_core/tlm_2/tlm_version.h" 26955SN/A#include "tlm_core/tlm_1/tlm_analysis/tlm_analysis.h" 27955SN/A#include "tlm_core/tlm_1/tlm_req_rsp/tlm_req_rsp.h" 28955SN/A#include "tlm_core/tlm_2/tlm_2_interfaces/tlm_2_interfaces.h" 29955SN/A#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" 312665Ssaidi@eecs.umich.edu#include "tlm_core/tlm_2/tlm_quantum/tlm_quantum.h" 325863Snate@binkert.org 33955SN/A#endif /* TLM_HEADER_INCLUDED_ */ 34955SN/A