Searched refs:String (Results 101 - 125 of 203) sorted by relevance

123456789

/gem5/ext/dsent/model/electrical/
H A DSeparableAllocator.h33 SeparableAllocator(const String& instance_name_, const TechModel* tech_model_);
H A DTestModel.h33 TestModel(const String& instance_name_, const TechModel* tech_model_);
/gem5/ext/dsent/model/electrical/router/
H A DRouterInputPort.cc40 RouterInputPort::RouterInputPort(const String& instance_name_, const TechModel* tech_model_)
78 const String& buffer_model = getParameter("BufferModel");
83 " -> Expecting " + (String)number_vns + " number of vcs, got " +
91 " -> Expecting " + (String)number_vns + " number of bufs per vc, got " +
129 const String& ram_name = "RAM";
136 vector<String> rd_addr_dff_names(number_addr_bits, "");
140 rd_addr_dff_names[i] = "RDAddr_DFF" + (String)i;
148 createNet("RDAddr_DFF_Out" + (String)i);
151 portConnect(rd_addr_dffs[i], "Q", "RDAddr_DFF_Out" + (String)i);
158 portConnect(ram, "WRAddr" + (String)
[all...]
H A DRouterInputPort.h33 RouterInputPort(const String& instance_name_, const TechModel* tech_model_);
H A DRouterSwitchAllocator.h33 RouterSwitchAllocator(const String& instance_name_, const TechModel* tech_model_);
/gem5/ext/dsent/model/network/
H A DElectricalClos.h36 ElectricalClos(const String& instance_name_, const TechModel* tech_model_);
H A DElectricalMesh.h36 ElectricalMesh(const String& instance_name_, const TechModel* tech_model_);
H A DPhotonicClos.h36 PhotonicClos(const String& instance_name_, const TechModel* tech_model_);
/gem5/ext/dsent/model/optical/
H A DGatedLaserSource.h35 GatedLaserSource(const String& instance_name_, const TechModel* tech_model_);
H A DLaserSource.h35 LaserSource(const String& instance_name_, const TechModel* tech_model_);
H A DOpticalLinkBackendRx.h35 OpticalLinkBackendRx(const String& instance_name_, const TechModel* tech_model_);
H A DOpticalLinkBackendTx.cc38 OpticalLinkBackendTx::OpticalLinkBackendTx(const String& instance_name_, const TechModel* tech_model_)
68 const String& tuning_method = getParameter("RingTuningMethod");;
75 "(" + (String) (core_data_rate / link_data_rate) + ")!");
79 "[Error] " + getInstanceName() + " -> Input width (" + (String) in_bits + ") " +
80 "must be a multiple of the serialization ratio (" + (String) serialization_ratio + ")!");
103 const String& serializer_name = "Serializer";
134 const String& barrel_shift_name = "BarrelShifter";
143 const String& reorder_mux_name = "ReorderMux";
163 portConnect(reorder_mux, "In" + (String) i, "ReorderIn", makeNetIndex(i, i+out_bits-1));
200 const String
[all...]
H A DOpticalLinkBackendTx.h35 OpticalLinkBackendTx(const String& instance_name_, const TechModel* tech_model_);
H A DOpticalTestModel.h33 OpticalTestModel(const String& instance_name_, const TechModel* tech_model_);
H A DRingFilter.h33 RingFilter(const String& instance_name_, const TechModel* tech_model_);
H A DSWMRLink.h35 SWMRLink(const String& instance_name_, const TechModel* tech_model_);
H A DSWSRLink.h35 SWSRLink(const String& instance_name_, const TechModel* tech_model_);
H A DThrottledLaserSource.h37 ThrottledLaserSource(const String& instance_name_, const TechModel* tech_model_);
/gem5/ext/dsent/model/optical_graph/
H A DOpticalLaser.cc27 OpticalLaser::OpticalLaser(const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_)
H A DOpticalLaser.h33 OpticalLaser(const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_);
H A DOpticalWaveguide.h33 OpticalWaveguide(const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_);
/gem5/ext/dsent/model/std_cells/
H A DNAND2.h33 NAND2(const String& instance_name_, const TechModel* tech_model_);
H A DNOR2.h33 NOR2(const String& instance_name_, const TechModel* tech_model_);
/gem5/ext/dsent/model/timing_graph/
H A DElectricalDelay.h35 ElectricalDelay(const String& instance_name_, ElectricalModel* model_);
H A DElectricalLoad.cc29 ElectricalLoad::ElectricalLoad(const String& instance_name_, ElectricalModel* model_)

Completed in 17 milliseconds

123456789