event_finder.hh (13525:2d588ebdee7a) event_finder.hh (13586:008fe87c1ad4)
1/*****************************************************************************
2
3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
4 more contributor license agreements. See the NOTICE file distributed
5 with this work for additional information regarding copyright ownership.
6 Accellera licenses this file to you under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with the
8 License. You may obtain a copy of the License at

--- 8 unchanged lines hidden (view full) ---

17
18 *****************************************************************************/
19
20#ifndef __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_PORTS_EVENT_FINDER_HH__
21#define __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_PORTS_EVENT_FINDER_HH__
22
23#include <sstream>
24
1/*****************************************************************************
2
3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
4 more contributor license agreements. See the NOTICE file distributed
5 with this work for additional information regarding copyright ownership.
6 Accellera licenses this file to you under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with the
8 License. You may obtain a copy of the License at

--- 8 unchanged lines hidden (view full) ---

17
18 *****************************************************************************/
19
20#ifndef __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_PORTS_EVENT_FINDER_HH__
21#define __SYSTEMC_EXT_TLM_CORE_1_REQ_RSP_PORTS_EVENT_FINDER_HH__
22
23#include <sstream>
24
25#include "tlm_core/1/req_rsp/interfaces/tag.hh"
25#include "../interfaces/tag.hh"
26
27namespace tlm
28{
29
30template <class IF, class T>
31class tlm_event_finder_t : public sc_core::sc_event_finder
32{
33 public:

--- 41 unchanged lines hidden ---
26
27namespace tlm
28{
29
30template <class IF, class T>
31class tlm_event_finder_t : public sc_core::sc_event_finder
32{
33 public:

--- 41 unchanged lines hidden ---