gem5  v21.2.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
 

Private Attributes

std::unique_ptr< Terminatorterminator
 
const SCFastModelGICParams & _params
 

Detailed Description

Definition at line 58 of file gic.hh.

Constructor & Destructor Documentation

◆ SCGIC() [1/2]

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

Definition at line 90 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 297 of file gic.cc.

References terminator.

◆ end_of_elaboration()

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

Definition at line 98 of file gic.hh.

◆ PARAMS()

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

◆ start_of_simulation()

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

Definition at line 103 of file gic.hh.

Member Data Documentation

◆ _params

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

Definition at line 87 of file gic.hh.

◆ signalInterrupt

SignalInterruptInitiatorSocket gem5::fastmodel::SCGIC::signalInterrupt

◆ terminator

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

Definition at line 86 of file gic.hh.

Referenced by before_end_of_elaboration().


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

Generated on Tue Feb 8 2022 11:48:19 for gem5 by doxygen 1.8.17