Searched refs:setProperty (Results 1 - 14 of 14) sorted by relevance

/gem5/ext/dsent/model/optical/
H A DOpticalTestModel.cc120 modulator->setProperty("ExtinctionRatio", extinction_ratio);
121 modulator->setProperty("InsertionLoss", insertion_loss);
122 modulator->setProperty("DataRate", data_rate);
123 modulator->setProperty("P(In)", 0.5);
124 modulator->setProperty("Act(In)", 1.0);
131 detector->setProperty("ExtinctionRatio", extinction_ratio);
132 detector->setProperty("DataRate", data_rate);
133 detector->setProperty("P(In)", 0.5);
134 detector->setProperty("Act(In)", 1.0);
H A DSWMRLink.cc135 laser->setProperty("LaserEventTime", 1.0 / data_rate);
136 laser->setProperty("OptUtil", opt_util);
141 modulator->setProperty("ExtinctionRatio", extinction_ratio);
142 modulator->setProperty("InsertionLoss", insertion_loss);
H A DSWSRLink.cc185 laser->setProperty("LaserEventTime", 1.0 / link_data_rate);
186 laser->setProperty("OptUtil", opt_util);
191 modulator->setProperty("ExtinctionRatio", extinction_ratio);
192 modulator->setProperty("InsertionLoss", insertion_loss);
H A DRingModulator.cc405 setProperty("InsertionLoss", IL_dB_);
406 setProperty("ExtinctionRatio", ER_dB_);
/gem5/ext/dsent/model/electrical/
H A DTestModel.cc72 ci_reg->setProperty("P(D)", 0.5);
73 ci_reg->setProperty("P(CK)", 0.5);
82 co_reg->setProperty("P(D)", 0.5);
83 co_reg->setProperty("P(CK)", 0.5);
94 a_reg->setProperty("P(D)", 0.5);
95 a_reg->setProperty("P(CK)", 0.5);
104 b_reg->setProperty("P(D)", 0.5);
105 b_reg->setProperty("P(CK)", 0.5);
114 s_reg->setProperty("P(D)", 0.5);
115 s_reg->setProperty("
[all...]
H A DSeparableAllocator.cc238 arb->setProperty("P(Request)", LibUtil::vectorToString(P_arb_request_vector));
239 arb->setProperty("Act(Request)", LibUtil::vectorToString(act_arb_request_vector));
240 arb->setProperty("P(CK)", P_CK);
241 arb->setProperty("Act(CK)", act_CK);
264 arb->setProperty("P(Request)", LibUtil::vectorToString(P_arb_request_vector));
265 arb->setProperty("Act(Request)", LibUtil::vectorToString(act_arb_request_vector));
266 arb->setProperty("P(CK)", P_CK);
267 arb->setProperty("Act(CK)", act_CK);
/gem5/ext/dsent/model/network/
H A DElectricalClos.cc413 input_to_ingress_link->setProperty("WireLength", input_to_ingress_link_length);
414 input_to_ingress_link->setProperty("Delay", input_to_ingress_link_delay);
415 input_to_ingress_link->setProperty("IsKeepParity", "TRUE");
419 ingress_to_middle_link->setProperty("WireLength", ingress_to_middle_link_length);
420 ingress_to_middle_link->setProperty("Delay", ingress_to_middle_link_delay);
421 ingress_to_middle_link->setProperty("IsKeepParity", "TRUE");
425 middle_to_egress_link->setProperty("WireLength", middle_to_egress_link_length);
426 middle_to_egress_link->setProperty("Delay", middle_to_egress_link_delay);
427 middle_to_egress_link->setProperty("IsKeepParity", "TRUE");
431 egress_to_output_link->setProperty("WireLengt
[all...]
H A DElectricalMesh.cc273 rr_link->setProperty("WireLength", rr_link_length);
274 rr_link->setProperty("Delay", rr_link_delay);
275 rr_link->setProperty("IsKeepParity", "TRUE");
279 rs_link->setProperty("WireLength", rs_link_length);
280 rs_link->setProperty("Delay", rs_link_delay);
281 rs_link->setProperty("IsKeepParity", "TRUE");
H A DPhotonicClos.cc435 input_to_ingress_link->setProperty("WireLength", input_to_ingress_link_length);
436 input_to_ingress_link->setProperty("Delay", input_to_ingress_link_delay);
437 input_to_ingress_link->setProperty("IsKeepParity", "TRUE");
441 ingress_to_middle_link->setProperty("Length", ingress_to_middle_link_length);
442 ingress_to_middle_link->setProperty("OptUtil", swsr_opt_util);
446 middle_to_egress_link->setProperty("Length", middle_to_egress_link_length);
447 middle_to_egress_link->setProperty("OptUtil", swsr_opt_util);
451 egress_to_output_link->setProperty("WireLength", egress_to_output_link_length);
452 egress_to_output_link->setProperty("Delay", egress_to_output_link_delay);
453 egress_to_output_link->setProperty("IsKeepParit
[all...]
/gem5/ext/dsent/model/
H A DModel.h107 void setProperty(const String& property_name_, const String& property_value_);
H A DModel.cc181 setProperty(property_name_, property_default_);
257 void Model::setProperty(const String& property_name_, const String& property_value_) function in class:DSENT::Model
H A DElectricalModel.cc121 setProperty("DrivingStrength", m_driving_strengths_[m_curr_driving_strengths_idx_]);
183 setProperty("DrivingStrength", m_driving_strengths_[m_curr_driving_strengths_idx_]);
/gem5/ext/dsent/model/electrical/router/
H A DRouter.cc216 clock_tree->setProperty("SitePitch", sqrt(router_area));
217 clock_tree->setProperty("TotalLoadCapPerBit", total_clock_tree_cap);
/gem5/ext/dsent/
H A DDSENT.cc153 ms_model->setProperty(property_name,

Completed in 24 milliseconds