Data Structures | Public Member Functions | Friends

Cpu Class Reference

Inheritance diagram for Cpu:
SST::Component SST::Component OffCpuIF SST::Component OffCpuIF SST::Component OffCpuIF SST::Component

Data Structures

struct  Foo

Public Member Functions

 Cpu (ComponentId_t id, Params_t &params)
int Setup ()
 Called after all components have been constructed, but before simulation time has begun.
int Finish ()
 Called after simulation completes, but before objects are destroyed.
 Cpu (ComponentId_t id, Params_t &params)
 Cpu (ComponentId_t id, Params_t &params)
virtual void memoryAccess (OffCpuIF::access_mode mode, unsigned long long address, unsigned long data_size)
virtual void NICAccess (OffCpuIF::access_mode mode, unsigned long data_size)
 Cpu (ComponentId_t id, Simulation *sim, Params_t &params)
int Setup ()
 Called after all components have been constructed, but before simulation time has begun.
int Finish ()
 Called after simulation completes, but before objects are destroyed.
 Cpu (ComponentId_t id, Params_t &params)

Friends

class boost::serialization::access

Member Function Documentation

int Cpu::Finish (  )  [inline, virtual]

Called after simulation completes, but before objects are destroyed.

A good place to print out statistics.

Reimplemented from SST::Component.

int Cpu::Finish (  )  [inline, virtual]

Called after simulation completes, but before objects are destroyed.

A good place to print out statistics.

Reimplemented from SST::Component.

int Cpu::Setup (  )  [inline, virtual]

Called after all components have been constructed, but before simulation time has begun.

Reimplemented from SST::Component.

int Cpu::Setup (  )  [inline, virtual]

Called after all components have been constructed, but before simulation time has begun.

Reimplemented from SST::Component.


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