Searched refs:opt_util (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/dsent/model/optical/
H A DLaserSource.cc101 double opt_util = getProperty("OptUtil"); local
106 bool success = optical_graph->performPowerOpt(getLaser("Laser"), laser_wavelengths, max_detectors, opt_util);
H A DGatedLaserSource.cc103 double opt_util = getProperty("OptUtil"); local
108 bool success = optical_graph->performPowerOpt(getLaser("Laser"), laser_wavelengths, max_detectors, opt_util);
H A DThrottledLaserSource.cc115 double opt_util = getProperty("OptUtil"); local
120 bool success = optical_graph->performPowerOpt(getLaser("Laser"), laser_wavelengths, max_detectors, opt_util);
H A DSWMRLink.cc121 const double opt_util = getProperty("OptUtil"); local
136 laser->setProperty("OptUtil", opt_util);
H A DSWSRLink.cc173 const double opt_util = getProperty("OptUtil"); local
186 laser->setProperty("OptUtil", opt_util);

Completed in 9 milliseconds