Searched refs:instance_name_ (Results 51 - 75 of 128) sorted by relevance

123456

/gem5/ext/dsent/model/std_cells/
H A DBUF.h33 BUF(const String& instance_name_, const TechModel* tech_model_);
H A DDFFQ.h35 DFFQ(const String& instance_name_, const TechModel* tech_model_);
H A DINV.h33 INV(const String& instance_name_, const TechModel* tech_model_);
H A DLATQ.h34 LATQ(const String& instance_name_, const TechModel* tech_model_);
H A DMUX2.h34 MUX2(const String& instance_name_, const TechModel* tech_model_);
H A DOR2.h33 OR2(const String& instance_name_, const TechModel* tech_model_);
H A DXOR2.h33 XOR2(const String& instance_name_, const TechModel* tech_model_);
H A DStdCell.h33 StdCell(const String& instance_name_, const TechModel* tech_model_);
H A DStdCellLib.h43 StdCell* createStdCell(const String& std_cell_name_, const String& instance_name_) const;
/gem5/ext/dsent/model/timing_graph/
H A DElectricalDriver.h35 ElectricalDriver(const String& instance_name_, ElectricalModel* model_, bool sizable_);
H A DElectricalLoad.h36 ElectricalLoad(const String& instance_name_, ElectricalModel* model_);
H A DElectricalNet.h35 ElectricalNet(const String& instance_name_, ElectricalModel* model_);
H A DElectricalTimingOptimizer.cc33 ElectricalTimingOptimizer::ElectricalTimingOptimizer(const String& instance_name_, const TechModel* tech_model_) argument
34 : ElectricalModel(instance_name_, tech_model_), m_model_(NULL)
/gem5/ext/dsent/model/electrical/
H A DRepeatedLink.h37 RepeatedLink(const String& instance_name_, const TechModel* tech_model_);
H A DBroadcastHTree.h41 BroadcastHTree(const String& instance_name_, const TechModel* tech_model_);
/gem5/ext/dsent/model/optical/
H A DRingDetector.h38 RingDetector(const String& instance_name_, const TechModel* tech_model_);
H A DRingModulator.h34 RingModulator(const String& instance_name_, const TechModel* tech_model_);
H A DLaserSource.cc31 LaserSource::LaserSource(const String& instance_name_, const TechModel* tech_model_) argument
32 : OpticalModel(instance_name_, tech_model_)
H A DRingFilter.cc29 RingFilter::RingFilter(const String& instance_name_, const TechModel* tech_model_) argument
30 : OpticalModel(instance_name_, tech_model_)
/gem5/ext/dsent/model/optical_graph/
H A DOpticalFilter.h33 OpticalFilter(const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_, bool drop_all_, const WavelengthGroup& drop_wavelengths_);
H A DOpticalModulator.h35 OpticalModulator(const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_, bool opt_loss_, OpticalTransmitter* transmitter_);
H A DOpticalNode.cc30 OpticalNode::OpticalNode(Type type_, const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_) argument
31 :m_type_(type_), m_instance_name_(instance_name_), m_model_(model_), m_wavelengths_(wavelengths_)
H A DOpticalGraph.h45 OpticalGraph(const String& instance_name_, OpticalModel* model_);
H A DOpticalNode.h53 OpticalNode(Type type_, const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_);
H A DOpticalWavelength.h50 OpticalWavelength(const String& instance_name_, const WavelengthGroup& wavelengths_);

Completed in 23 milliseconds

123456