OpenASIP  2.0
AvalonIntegrator.hh
Go to the documentation of this file.
1 /*
2  Copyright (c) 2002-2010 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 AvalonIntegrator.hh
26  *
27  * Declaration of AvalonIntegrator class.
28  *
29  * @author Otto Esko 2010 (otto.esko-no.spam-tut.fi)
30  * @note rating: red
31  */
32 
33 #ifndef TTA_AVALON_INTEGRATOR_HH
34 #define TTA_AVALON_INTEGRATOR_HH
35 
36 #include "AlteraIntegrator.hh"
37 #include "ProjectFileGenerator.hh"
38 
40 public:
41 
43 
47  ProGe::HDL hdl,
48  TCEString progeOutputDir,
50  TCEString outputDir,
52  int targetClockFreq,
53  std::ostream& warningStream,
54  std::ostream& errorStream,
55  const MemInfo& imem,
56  MemType dmemType);
57 
58  virtual ~AvalonIntegrator();
59 
60  virtual TCEString deviceFamily() const;
61 
62  virtual void setDeviceFamily(TCEString devFamily);
63 
64  virtual TCEString devicePackage() const;
65 
66  virtual TCEString deviceSpeedClass() const;
67 
68  virtual int targetClockFrequency() const;
69 
70  virtual void printInfo(std::ostream& stream) const;
71 
72 protected:
73 
74  virtual TCEString pinTag() const;
75 
76  virtual bool chopTaggedSignals() const;
77 
79 
80 private:
81 
83 
85 
87 };
88 
89 #endif
PlatformIntegrator::coreEntityName
TCEString coreEntityName() const
Definition: PlatformIntegrator.cc:126
AvalonIntegrator
Definition: AvalonIntegrator.hh:39
AlteraIntegrator.hh
AvalonIntegrator::sopcGenerator_
ProjectFileGenerator * sopcGenerator_
Definition: AvalonIntegrator.hh:82
AvalonIntegrator::~AvalonIntegrator
virtual ~AvalonIntegrator()
Definition: AvalonIntegrator.cc:65
MemInfo
Definition: MemoryGenerator.hh:67
AvalonIntegrator::pinTag
virtual TCEString pinTag() const
Definition: AvalonIntegrator.cc:92
AvalonIntegrator::projectFileGenerator
virtual ProjectFileGenerator * projectFileGenerator() const
Definition: AvalonIntegrator.cc:106
AvalonIntegrator::setDeviceFamily
virtual void setDeviceFamily(TCEString devFamily)
Definition: AvalonIntegrator.cc:120
AvalonIntegrator::deviceFamily_
TCEString deviceFamily_
Definition: AvalonIntegrator.hh:84
AvalonIntegrator::targetClockFrequency
virtual int targetClockFrequency() const
Definition: AvalonIntegrator.cc:137
ProjectFileGenerator
Definition: ProjectFileGenerator.hh:41
AvalonIntegrator::AvalonIntegrator
AvalonIntegrator()
Definition: AvalonIntegrator.cc:40
PlatformIntegrator::idf
const IDF::MachineImplementation * idf() const
Definition: PlatformIntegrator.cc:304
PlatformIntegrator::machine
const TTAMachine::Machine * machine() const
Definition: PlatformIntegrator.cc:297
ProjectFileGenerator.hh
PlatformIntegrator::programName
TCEString programName() const
Definition: PlatformIntegrator.cc:133
MemType
MemType
Definition: MemoryGenerator.hh:57
AvalonIntegrator::deviceSpeedClass
virtual TCEString deviceSpeedClass() const
Definition: AvalonIntegrator.cc:132
TCEString
Definition: TCEString.hh:53
PlatformIntegrator::warningStream
std::ostream & warningStream() const
Definition: PlatformIntegrator.cc:271
AlteraIntegrator
Definition: AlteraIntegrator.hh:39
AvalonIntegrator::devicePackage
virtual TCEString devicePackage() const
Definition: AvalonIntegrator.cc:127
AvalonIntegrator::deviceFamily
virtual TCEString deviceFamily() const
Definition: AvalonIntegrator.cc:113
ProGe::HDL
HDL
HDLs supported by ProGe.
Definition: ProGeTypes.hh:40
AvalonIntegrator::chopTaggedSignals
virtual bool chopTaggedSignals() const
Definition: AvalonIntegrator.cc:99
AvalonIntegrator::printInfo
virtual void printInfo(std::ostream &stream) const
Definition: AvalonIntegrator.cc:73
PlatformIntegrator::errorStream
std::ostream & errorStream() const
Definition: PlatformIntegrator.cc:278
AvalonIntegrator::DEFAULT_DEVICE_FAMILY_
static const TCEString DEFAULT_DEVICE_FAMILY_
Definition: AvalonIntegrator.hh:86
IDF::MachineImplementation
Definition: MachineImplementation.hh:54
TTAMachine::Machine
Definition: Machine.hh:73