Searched refs:tuning_method (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dsent/model/optical/
H A DOpticalLinkBackendRx.cc69 const String& tuning_method = getParameter("RingTuningMethod"); local
118 if ((tuning_method == "ThermalWithBitReshuffle") || (tuning_method == "ElectricalAssistWithBitReshuffle"))
178 else if ((tuning_method == "FullThermal") || (tuning_method == "AthermalWithTrim"))
187 ASSERT(false, "[Error] " + getInstanceName() + " -> Unknown ring tuning method '" + tuning_method + "'!");
205 const String& tuning_method = getParameter("RingTuningMethod");; local
210 if ((tuning_method == "ThermalWithBitReshuffle") || (tuning_method == "ElectricalAssistWithBitReshuffle"))
248 else if ((tuning_method
270 const String& tuning_method = getParameter("RingTuningMethod");; local
[all...]
H A DOpticalLinkBackendTx.cc68 const String& tuning_method = getParameter("RingTuningMethod");; local
115 if ((tuning_method == "ThermalWithBitReshuffle") || (tuning_method == "ElectricalAssistWithBitReshuffle"))
173 else if ((tuning_method == "FullThermal") || (tuning_method == "AthermalWithTrim"))
182 ASSERT(false, "[Error] " + getInstanceName() + " -> Unknown ring tuning method '" + tuning_method + "'!");
200 const String& tuning_method = getParameter("RingTuningMethod"); local
203 if ((tuning_method == "ThermalWithBitReshuffle") || (tuning_method == "ElectricalAssistWithBitReshuffle"))
241 else if ((tuning_method
259 const String& tuning_method = getParameter("RingTuningMethod");; local
[all...]

Completed in 6 milliseconds