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

/gem5/ext/dsent/model/optical/
H A DOpticalLinkBackendRx.cc280 double sigma_r_systematic = getTechModel()->get("Ring->SystematicVariationSigma"); local
330 // I'll use 3 sigmas of sigma_r_local and sigma_r_systematic, and bias against
332 double fabrication_bias_freq = 3.0 * sqrt(pow(sigma_r_local, 2) + pow(sigma_r_systematic, 2)) +
370 // Bit reshuffling tuning is largely unaffected by sigma_r_systematic. However, sigma_r_local
H A DOpticalLinkBackendTx.cc269 double sigma_r_systematic = getTechModel()->get("Ring->SystematicVariationSigma"); local
320 // I'll use 3 sigmas of sigma_r_local and sigma_r_systematic, and bias against
322 double fabrication_bias_freq = 3.0 * sqrt(pow(sigma_r_local, 2) + pow(sigma_r_systematic, 2)) +
361 // Bit reshuffling tuning is largely unaffected by sigma_r_systematic. However, sigma_r_local

Completed in 11 milliseconds