Searched refs:getProperty (Results 1 - 15 of 15) sorted by relevance

/gem5/ext/dsent/model/optical/
H A DGatedLaserSource.cc99 double laser_event_time = getProperty("LaserEventTime");
103 double opt_util = getProperty("OptUtil");
H A DThrottledLaserSource.cc115 double opt_util = getProperty("OptUtil");
142 double laser_event_time = getProperty("LaserEventTime");
H A DLaserSource.cc101 double opt_util = getProperty("OptUtil");
H A DSWMRLink.cc118 double length = getProperty("Length");
119 const String& extinction_ratio = getProperty("ExtinctionRatio");
120 const String& insertion_loss = getProperty("InsertionLoss");
121 const double opt_util = getProperty("OptUtil");
H A DSWSRLink.cc170 double length = getProperty("Length");
171 const String& extinction_ratio = getProperty("ExtinctionRatio");
172 const String& insertion_loss = getProperty("InsertionLoss");
173 const double opt_util = getProperty("OptUtil");
H A DRingModulator.cc126 double ER_dB = getProperty("ExtinctionRatio").toDouble();
127 double IL_dB = getProperty("InsertionLoss").toDouble();
/gem5/ext/dsent/model/electrical/
H A DSeparableAllocator.cc205 const String& P_request = getProperty("P(Request)");
206 const String& act_request = getProperty("Act(Request)");
207 const String& P_CK = getProperty("P(CK)");
208 const String& act_CK = getProperty("Act(CK)");
H A DRepeatedLink.cc158 double wire_length = getProperty("WireLength").toDouble();
159 double required_delay = getProperty("Delay").toDouble();
160 bool isKeepParity = getProperty("IsKeepParity").toBool();
H A DBroadcastHTree.cc169 double site_pitch = getProperty("SitePitch").toDouble();
170 double total_load_cap_per_bit = getProperty("TotalLoadCapPerBit").toDouble();
/gem5/ext/dsent/model/
H A DModel.h106 const String getProperty(const String& property_name_) const;
H A DModel.cc252 const String Model::getProperty(const String& property_name_) const function in class:DSENT::Model
H A DElectricalModel.cc76 const double driving_strength = getProperty("DrivingStrength");
/gem5/ext/dsent/model/network/
H A DPhotonicClos.cc407 double input_site_pitch = getProperty("InputSitePitch").toDouble();
408 double output_site_pitch = getProperty("OutputSitePitch").toDouble();
410 const double swsr_opt_util = getProperty("SWSR->OptUtil");
H A DElectricalClos.cc383 double input_site_pitch = getProperty("InputSitePitch").toDouble();
384 double output_site_pitch = getProperty("OutputSitePitch").toDouble();
H A DElectricalMesh.cc252 double site_pitch = getProperty("SitePitch").toDouble();

Completed in 38 milliseconds