gem5  v22.1.0.0
Classes | Public Member Functions | Public Attributes | Private Attributes | List of all members
gem5::fastmodel::SCGIC Class Reference

#include <gic.hh>

Inheritance diagram for gem5::fastmodel::SCGIC:

Classes

class  Terminator
 

Public Member Functions

 SCGIC (const SCFastModelGICParams &p)
 
 SCGIC (const SCFastModelGICParams &params, sc_core::sc_module_name _name)
 
void before_end_of_elaboration () override
 
void end_of_elaboration () override
 
void start_of_simulation () override
 
 PARAMS (SCFastModelGIC)
 

Public Attributes

SignalInterruptInitiatorSocket signalInterrupt
 
std::vector< std::unique_ptr< SignalReceiver > > wakeRequests
 

Private Attributes

std::unique_ptr< Terminatorterminator
 
const SCFastModelGICParams & _params
 

Detailed Description

Definition at line 60 of file gic.hh.

Constructor & Destructor Documentation

◆ SCGIC() [1/2]

gem5::fastmodel::SCGIC::SCGIC ( const SCFastModelGICParams &  p)
inline

Definition at line 92 of file gic.hh.

◆ SCGIC() [2/2]

gem5::fastmodel::SCGIC::SCGIC ( const SCFastModelGICParams &  params,
sc_core::sc_module_name  _name 
)

Member Function Documentation

◆ before_end_of_elaboration()

void gem5::fastmodel::SCGIC::before_end_of_elaboration ( )
override

Definition at line 303 of file gic.cc.

References terminator.

◆ end_of_elaboration()

void gem5::fastmodel::SCGIC::end_of_elaboration ( )
inlineoverride

Definition at line 102 of file gic.hh.

◆ PARAMS()

gem5::fastmodel::SCGIC::PARAMS ( SCFastModelGIC  )

◆ start_of_simulation()

void gem5::fastmodel::SCGIC::start_of_simulation ( )
inlineoverride

Definition at line 107 of file gic.hh.

Member Data Documentation

◆ _params

const SCFastModelGICParams& gem5::fastmodel::SCGIC::_params
private

Definition at line 89 of file gic.hh.

◆ signalInterrupt

SignalInterruptInitiatorSocket gem5::fastmodel::SCGIC::signalInterrupt

◆ terminator

std::unique_ptr<Terminator> gem5::fastmodel::SCGIC::terminator
private

Definition at line 88 of file gic.hh.

Referenced by before_end_of_elaboration().

◆ wakeRequests

std::vector<std::unique_ptr<SignalReceiver> > gem5::fastmodel::SCGIC::wakeRequests

Definition at line 97 of file gic.hh.

Referenced by gem5::fastmodel::GIC::GIC(), and SCGIC().


The documentation for this class was generated from the following files:

Generated on Wed Dec 21 2022 10:23:41 for gem5 by doxygen 1.9.1