gem5  v22.1.0.0
pl330.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2020 Google, Inc.
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions are
6  * met: redistributions of source code must retain the above copyright
7  * notice, this list of conditions and the following disclaimer;
8  * redistributions in binary form must reproduce the above copyright
9  * notice, this list of conditions and the following disclaimer in the
10  * documentation and/or other materials provided with the distribution;
11  * neither the name of the copyright holders nor the names of its
12  * contributors may be used to endorse or promote products derived from
13  * this software without specific prior written permission.
14  *
15  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26  */
27 
28 #ifndef __ARCH_ARM_FASTMODEL_PL330_PL330_HH__
29 #define __ARCH_ARM_FASTMODEL_PL330_PL330_HH__
30 
31 #pragma GCC diagnostic push
32 #pragma GCC diagnostic ignored "-Woverloaded-virtual"
33 #include <amba_pv.h>
34 
35 #pragma GCC diagnostic pop
36 
37 #include <array>
38 #include <vector>
39 
43 #include "dev/intpin.hh"
44 #include "params/FastModelPL330.hh"
45 #include "scx_evs_PL330.h"
48 
49 namespace gem5
50 {
51 
52 GEM5_DEPRECATED_NAMESPACE(FastModel, fastmodel);
53 namespace fastmodel
54 {
55 
56 class PL330 : public scx_evs_PL330
57 {
58  private:
60 
63 
65 
67 
68  std::array<std::vector<std::unique_ptr<IntSource>>, 32> irqPort;
70 
73 
74  void allocateIrq(int idx, int count);
75 
76  public:
77  PL330(const FastModelPL330Params &params, sc_core::sc_module_name _name);
78  PL330(const FastModelPL330Params &params) :
79  PL330(params, params.name.c_str())
80  {}
81 
82  gem5::Port &gem5_getPort(const std::string &if_name, int idx=-1) override;
83 
84  void
85  end_of_elaboration() override
86  {
87  scx_evs_PL330::end_of_elaboration();
88  scx_evs_PL330::start_of_simulation();
89  }
90  void start_of_simulation() override;
91 };
92 
93 } // namespace fastmodel
94 } // namespace gem5
95 
96 #endif // __ARCH_ARM_FASTMODEL_PL330_PL330_HH__
Ports are used to interface objects to each other.
Definition: port.hh:62
std::vector< std::unique_ptr< IntSource > > irqAbortPort
Definition: pl330.hh:71
PL330(const FastModelPL330Params &params)
Definition: pl330.hh:78
gem5::Port & gem5_getPort(const std::string &if_name, int idx=-1) override
Definition: pl330.cc:227
std::array< std::vector< std::unique_ptr< IntSource > >, 32 > irqPort
Definition: pl330.hh:68
ClockRateControlInitiatorSocket clockRateControl
Definition: pl330.hh:64
AmbaTarget pioNs
Definition: pl330.hh:62
void end_of_elaboration() override
Definition: pl330.hh:85
std::vector< std::unique_ptr< SignalReceiver > > irqReceiver
Definition: pl330.hh:69
PL330(const FastModelPL330Params &params, sc_core::sc_module_name _name)
Definition: pl330.cc:42
AmbaInitiator dma
Definition: pl330.hh:61
void allocateIrq(int idx, int count)
Definition: pl330.cc:217
AmbaTarget pioS
Definition: pl330.hh:62
void start_of_simulation() override
Definition: pl330.cc:259
SignalReceiver irqAbortReceiver
Definition: pl330.hh:72
STL vector class.
Definition: stl.hh:37
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Tick
Tick count type.
Definition: types.hh:58
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
const std::string & name()
Definition: trace.cc:49

Generated on Wed Dec 21 2022 10:22:24 for gem5 by doxygen 1.9.1