Go to the documentation of this file.
38 #ifndef __MEM_RUBY_NETWORK_FAULT_MODEL_FAULTMODEL_HH__
39 #define __MEM_RUBY_NETWORK_FAULT_MODEL_FAULTMODEL_HH__
43 #define MAX_BUFFERS_per_VC 5
44 #define BASELINE_TEMPERATURE_CELCIUS 71
50 #include "params/FaultModel.hh"
106 int number_of_outputs,
107 int number_of_vcs_per_vnet,
108 int number_of_buff_per_data_vc,
109 int number_of_buff_per_ctrl_vc);
126 float *aggregate_fault_prob);
138 #endif //__MEM_RUBY_NETWORK_FAULT_MODEL_FAULTMODEL_HH__
std::vector< int > temperature_weights
@ data_corruption__few_bits
@ credit_conservation__credit_generation
@ flit_conservation__flit_loss_or_split
bool fault_vector(int routerID, int temperature, float fault_vector[])
@ erroneous_allocation__VC
std::vector< system_conf > routers
@ temperature_record_temp
@ data_corruption__all_bits
std::vector< system_conf > configurations
@ temperature_record_weight
@ conf_record_last_fault_type
@ flit_conservation__flit_duplication
std::string fault_type_to_string(int fault_type_index)
temperature_record_format
int declare_router(int number_of_inputs, int number_of_outputs, int number_of_vcs_per_vnet, int number_of_buff_per_data_vc, int number_of_buff_per_ctrl_vc)
@ conf_record_first_fault_type
FaultModel(const Params &p)
@ erroneous_allocation__switch
bool fault_prob(int routerID, int temperature, float *aggregate_fault_prob)
@ conf_record_buff_per_vc
@ fields_per_temperature_record
@ credit_conservation__credit_loss
Abstract superclass for simulation objects.
Generated on Tue Mar 23 2021 19:41:28 for gem5 by doxygen 1.8.17