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

#include <gic.hh>

Inheritance diagram for FastModel::SCGIC:

Classes

class  Terminator
 

Public Member Functions

 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
 
const SCFastModelGICParams & params ()
 

Public Attributes

SignalInterruptInitiatorSocket signalInterrupt
 

Private Attributes

std::unique_ptr< Terminatorterminator
 
const SCFastModelGICParams & _params
 

Detailed Description

Definition at line 54 of file gic.hh.

Constructor & Destructor Documentation

◆ SCGIC()

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

Member Function Documentation

◆ before_end_of_elaboration()

void FastModel::SCGIC::before_end_of_elaboration ( )
override

Definition at line 293 of file gic.cc.

References terminator.

◆ end_of_elaboration()

void FastModel::SCGIC::end_of_elaboration ( )
inlineoverride

Definition at line 93 of file gic.hh.

◆ params()

const SCFastModelGICParams& FastModel::SCGIC::params ( )
inline

Definition at line 100 of file gic.hh.

References _params.

Referenced by SCGIC(), and FastModel::GIC::supportsVersion().

◆ start_of_simulation()

void FastModel::SCGIC::start_of_simulation ( )
inlineoverride

Definition at line 98 of file gic.hh.

Member Data Documentation

◆ _params

const SCFastModelGICParams& FastModel::SCGIC::_params
private

Definition at line 83 of file gic.hh.

Referenced by params().

◆ signalInterrupt

SignalInterruptInitiatorSocket FastModel::SCGIC::signalInterrupt

◆ terminator

std::unique_ptr<Terminator> FastModel::SCGIC::terminator
private

Definition at line 82 of file gic.hh.

Referenced by before_end_of_elaboration().


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

Generated on Wed Sep 30 2020 14:02:39 for gem5 by doxygen 1.8.17