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

/gem5/ext/dsent/model/std_cells/
H A DStdCell.cc54 addPropertyName("DrivingStrength");
/gem5/ext/dsent/model/optical/
H A DGatedLaserSource.cc51 addPropertyName("OptUtil", 1.0);
52 addPropertyName("LaserEventTime");
H A DThrottledLaserSource.cc57 addPropertyName("OptUtil", 1.0);
58 addPropertyName("LaserEventTime");
H A DLaserSource.cc51 addPropertyName("OptUtil", 1.0);
H A DSWMRLink.cc61 addPropertyName("Length");
62 addPropertyName("OptUtil", 0.5); // default to 50% utilization (a new word 50% of the time)
63 addPropertyName("ExtinctionRatio", 6); // default properties
64 addPropertyName("InsertionLoss", 2); // default properties
H A DSWSRLink.cc63 addPropertyName("Length");
64 addPropertyName("OptUtil", 0.5); // default to 50% utilization (a new word 50% of the time)
65 addPropertyName("ExtinctionRatio", 6); // default properties
66 addPropertyName("InsertionLoss", 2); // default properties
H A DRingModulator.cc70 addPropertyName("ExtinctionRatio", 6); //default properties
71 addPropertyName("InsertionLoss", 2); //default properties
/gem5/ext/dsent/model/
H A DModel.h90 void addPropertyName(const String& property_name_);
91 void addPropertyName(const String& property_name_, const String& property_default_);
H A DModel.cc168 void Model::addPropertyName(const String& property_name_) function in class:DSENT::Model
176 void Model::addPropertyName(const String& property_name_, const String& property_default_) function in class:DSENT::Model
/gem5/ext/dsent/model/electrical/
H A DSeparableAllocator.cc51 addPropertyName("P(Request)");
52 addPropertyName("Act(Request)");
53 addPropertyName("P(CK)");
54 addPropertyName("Act(CK)");
H A DRepeatedLink.cc67 addPropertyName("WireLength");
68 addPropertyName("Delay");
69 addPropertyName("IsKeepParity", "TRUE");
H A DBroadcastHTree.cc77 addPropertyName("SitePitch");
78 addPropertyName("TotalLoadCapPerBit");
/gem5/ext/dsent/model/network/
H A DPhotonicClos.cc81 addPropertyName("InputSitePitch");
82 addPropertyName("OutputSitePitch");
83 addPropertyName("SWSR->OptUtil", 1.0);
H A DElectricalClos.cc77 addPropertyName("InputSitePitch");
78 addPropertyName("OutputSitePitch");
H A DElectricalMesh.cc78 addPropertyName("SitePitch");

Completed in 29 milliseconds