OpenASIP  2.0
IPXactClkInterface.hh
Go to the documentation of this file.
1 /*
2  Copyright (c) 2002-2011 Tampere University.
3 
4  This file is part of TTA-Based Codesign Environment (TCE).
5 
6  Permission is hereby granted, free of charge, to any person obtaining a
7  copy of this software and associated documentation files (the "Software"),
8  to deal in the Software without restriction, including without limitation
9  the rights to use, copy, modify, merge, publish, distribute, sublicense,
10  and/or sell copies of the Software, and to permit persons to whom the
11  Software is furnished to do so, subject to the following conditions:
12 
13  The above copyright notice and this permission notice shall be included in
14  all copies or substantial portions of the Software.
15 
16  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22  DEALINGS IN THE SOFTWARE.
23  */
24 /**
25  * @file IPXactClkInterface.hh
26  *
27  * Declaration of IPXactClkInterface class.
28  *
29  * @author Otto Esko 2011 (otto.esko-no.spam-tut.fi)
30  * @note rating: red
31  */
32 #ifndef TTA_IP_XACT_CLK_INTERFACE_HH
33 #define TTA_IP_XACT_CLK_INTERFACE_HH
34 
35 #include "IPXactInterface.hh"
36 
38 public:
39 
41 
42  virtual ~IPXactClkInterface();
43 
44  virtual bool mapPortsToInterface(const ProGe::NetlistBlock& toplevel);
45 
46 private:
47 
48  static const TCEString TTA_CLK_PORT;
49  static const TCEString SPIRIT_CLK_PORT;
50 
52  static const TCEString VENDOR;
53  static const TCEString LIBRARY;
54  static const TCEString NAME;
55  static const TCEString BUS_VERSION;
56  static const TCEString ABS_VENDOR;
57  static const TCEString ABS_LIBRARY;
58  static const TCEString ABS_NAME;
59  static const TCEString ABS_VERSION;
60 
62 };
63 
64 #endif
IPXactClkInterface
Definition: IPXactClkInterface.hh:37
ProGe::NetlistBlock
Definition: NetlistBlock.hh:61
IPXactClkInterface::DEFAULT_BUS_MODE
static const IPXactModel::BusMode DEFAULT_BUS_MODE
Definition: IPXactClkInterface.hh:61
IPXactClkInterface::ABS_VENDOR
static const TCEString ABS_VENDOR
Definition: IPXactClkInterface.hh:56
IPXactClkInterface::SPIRIT_CLK_PORT
static const TCEString SPIRIT_CLK_PORT
Definition: IPXactClkInterface.hh:49
IPXactClkInterface::IPXactClkInterface
IPXactClkInterface()
Definition: IPXactClkInterface.cc:54
IPXactClkInterface::VENDOR
static const TCEString VENDOR
Definition: IPXactClkInterface.hh:52
IPXactClkInterface::~IPXactClkInterface
virtual ~IPXactClkInterface()
Definition: IPXactClkInterface.cc:62
IPXactClkInterface::ABS_VERSION
static const TCEString ABS_VERSION
Definition: IPXactClkInterface.hh:59
IPXactInterface
Definition: IPXactInterface.hh:41
IPXactClkInterface::BUS_VERSION
static const TCEString BUS_VERSION
Definition: IPXactClkInterface.hh:55
IPXactClkInterface::ABS_LIBRARY
static const TCEString ABS_LIBRARY
Definition: IPXactClkInterface.hh:57
IPXactModel::BusMode
BusMode
Definition: IPXactModel.hh:50
IPXactClkInterface::NAME
static const TCEString NAME
Definition: IPXactClkInterface.hh:54
IPXactClkInterface::mapPortsToInterface
virtual bool mapPortsToInterface(const ProGe::NetlistBlock &toplevel)
Definition: IPXactClkInterface.cc:66
IPXactClkInterface::LIBRARY
static const TCEString LIBRARY
Definition: IPXactClkInterface.hh:53
TCEString
Definition: TCEString.hh:53
IPXactClkInterface::TTA_CLK_PORT
static const TCEString TTA_CLK_PORT
Definition: IPXactClkInterface.hh:48
IPXactClkInterface::ABS_NAME
static const TCEString ABS_NAME
Definition: IPXactClkInterface.hh:58
IPXactClkInterface::DEFAULT_INSTANCE_NAME
static const TCEString DEFAULT_INSTANCE_NAME
Definition: IPXactClkInterface.hh:51
IPXactInterface.hh