Public Member Functions |
|
| RENAMINGU (ParseXML *XML_interface, int ithCore_, InputParameter *interface_ip_, const CoreDynParam &dyn_p_, bool exist_=true) |
|
void | computeEnergy (bool is_tdp=true) |
|
void | displayEnergy (uint32_t indent=0, int plevel=100, bool is_tdp=true) |
|
void | SSTcomputeEnergy (bool is_tdp=true, double iFRAT_read=0, double iFRAT_write=0, double iFRAT_search=0, double fFRAT_read=0, double fFRAT_write=0, double fFRAT_search=0, double iRRAT_read=0, double iRRAT_write=0, double fRRAT_read=0, double fRRAT_write=0, double ifreeL_read=0, double ifreeL_write=0, double ffreeL_read=0, double ffreeL_write=0, double idcl_read=0, double fdcl_read=0) |
|
ArrayST * | SSTreturnIFRAT () |
|
ArrayST * | SSTreturnFFRAT () |
|
ArrayST * | SSTreturnIRRAT () |
|
ArrayST * | SSTreturnFRRAT () |
|
ArrayST * | SSTreturnIfreeL () |
|
ArrayST * | SSTreturnFfreeL () |
|
dep_resource_conflict_check * | SSTreturnIDCL () |
|
dep_resource_conflict_check * | SSTreturnFDCL () |
|
| RENAMINGU (ParseXML *XML_interface, int ithCore_, InputParameter *interface_ip_, const CoreDynParam &dyn_p_) |
|
void | computeEnergy (bool is_tdp=true) |
|
void | displayEnergy (uint32_t indent=0, int plevel=100, bool is_tdp=true) |
|
void | SSTcomputeEnergy (bool is_tdp=true, double iFRAT_read=0, double iFRAT_write=0, double iFRAT_search=0, double fFRAT_read=0, double fFRAT_write=0, double fFRAT_search=0, double iRRAT_write=0, double fRRAT_write=0, double ifreeL_read=0, double ifreeL_write=0, double ffreeL_read=0, double ffreeL_write=0, double idcl_read=0, double fdcl_read=0) |
|
ArrayST * | SSTreturnIFRAT () |
|
ArrayST * | SSTreturnFFRAT () |
|
ArrayST * | SSTreturnIRRAT () |
|
ArrayST * | SSTreturnFRRAT () |
|
ArrayST * | SSTreturnIfreeL () |
|
ArrayST * | SSTreturnFfreeL () |
|
dep_resource_conflict_check * | SSTreturnIDCL () |
|
dep_resource_conflict_check * | SSTreturnFDCL () |
Data Fields |
|
ParseXML * | XML |
|
int | ithCore |
|
InputParameter | interface_ip |
|
double | clockRate |
|
double | executionTime |
|
CoreDynParam | coredynp |
|
ArrayST * | iFRAT |
|
ArrayST * | fFRAT |
|
ArrayST * | iRRAT |
|
ArrayST * | fRRAT |
|
ArrayST * | ifreeL |
|
ArrayST * | ffreeL |
|
dep_resource_conflict_check * | idcl |
|
dep_resource_conflict_check * | fdcl |
|
ArrayST * | RAHT |
|
bool | exist |