/gem5/ext/dsent/model/ |
H A D | ModelGen.cc | 74 Model* ModelGen::createModel(const String& model_name_, const String& instance_name_, const TechModel* tech_model_) argument 80 return new INV(instance_name_, tech_model_); 84 return new NAND2(instance_name_, tech_model_); 88 return new NOR2(instance_name_, tech_model_); 92 return new MUX2(instance_name_, tech_model_); 96 return new XOR2(instance_name_, tech_model_); 100 return new DFFQ(instance_name_, tech_model_); 104 return new LATQ(instance_name_, tech_model_); 108 return new ADDF(instance_name_, tech_model_); 112 return new OR2(instance_name_, tech_model_); 223 createStdCell(const String& std_cell_name_, const String& instance_name_, const TechModel* tech_model_) argument 280 createRAM(const String& ram_name_, const String& instance_name_, const TechModel* tech_model_) argument 297 createCrossbar(const String& crossbar_name_, const String& instance_name_, const TechModel* tech_model_) argument [all...] |
H A D | ModelGen.h | 38 static Model* createModel(const String& model_name_, const String& instance_name_, const TechModel* tech_model_); 40 static StdCell* createStdCell(const String& std_cell_name_, const String& instance_name_, const TechModel* tech_model_); 42 static ElectricalModel* createRAM(const String& ram_name_, const String& instance_name_, const TechModel* tech_model_); 44 static ElectricalModel* createCrossbar(const String& crossbar_name_, const String& instance_name_, const TechModel* tech_model_);
|
/gem5/ext/dsent/model/std_cells/ |
H A D | StdCell.cc | 33 StdCell::StdCell(const String& instance_name_, const TechModel* tech_model_) argument 34 : ElectricalModel(instance_name_, tech_model_)
|
/gem5/ext/dsent/model/electrical/ |
H A D | BarrelShifter.h | 34 BarrelShifter(const String& instance_name_, const TechModel* tech_model_);
|
H A D | DFFRAM.h | 33 DFFRAM(const String& instance_name_, const TechModel* tech_model_);
|
H A D | Decoder.h | 33 Decoder(const String& instance_name_, const TechModel* tech_model_);
|
H A D | DemuxTreeDeserializer.h | 33 DemuxTreeDeserializer(const String& instance_name_, const TechModel* tech_model_);
|
H A D | MatrixArbiter.h | 33 MatrixArbiter(const String& instance_name_, const TechModel* tech_model_);
|
H A D | Multiplexer.h | 34 Multiplexer(const String& instance_name_, const TechModel* tech_model_);
|
H A D | MuxTreeSerializer.h | 33 MuxTreeSerializer(const String& instance_name_, const TechModel* tech_model_);
|
H A D | OR.h | 36 OR(const String& instance_name_, const TechModel* tech_model_);
|
H A D | RippleAdder.h | 33 RippleAdder(const String& instance_name_, const TechModel* tech_model_);
|
H A D | SeparableAllocator.h | 33 SeparableAllocator(const String& instance_name_, const TechModel* tech_model_);
|
H A D | TestModel.h | 33 TestModel(const String& instance_name_, const TechModel* tech_model_);
|
/gem5/ext/dsent/model/electrical/router/ |
H A D | RouterInputPort.h | 33 RouterInputPort(const String& instance_name_, const TechModel* tech_model_);
|
H A D | RouterSwitchAllocator.h | 33 RouterSwitchAllocator(const String& instance_name_, const TechModel* tech_model_);
|
/gem5/ext/dsent/model/network/ |
H A D | ElectricalClos.h | 36 ElectricalClos(const String& instance_name_, const TechModel* tech_model_);
|
H A D | ElectricalMesh.h | 36 ElectricalMesh(const String& instance_name_, const TechModel* tech_model_);
|
H A D | PhotonicClos.h | 36 PhotonicClos(const String& instance_name_, const TechModel* tech_model_);
|
/gem5/ext/dsent/model/optical/ |
H A D | GatedLaserSource.h | 35 GatedLaserSource(const String& instance_name_, const TechModel* tech_model_);
|
H A D | LaserSource.h | 35 LaserSource(const String& instance_name_, const TechModel* tech_model_);
|
H A D | OpticalLinkBackendRx.h | 35 OpticalLinkBackendRx(const String& instance_name_, const TechModel* tech_model_);
|
H A D | OpticalLinkBackendTx.h | 35 OpticalLinkBackendTx(const String& instance_name_, const TechModel* tech_model_);
|
H A D | OpticalTestModel.h | 33 OpticalTestModel(const String& instance_name_, const TechModel* tech_model_);
|
H A D | RingFilter.h | 33 RingFilter(const String& instance_name_, const TechModel* tech_model_);
|