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

/gem5/ext/dsent/
H A DDSENT.cc117 TechModel *tech_model)
122 tech_model);
260 TechModel* tech_model = new TechModel(); local
261 tech_model->readFile(electrical_tech_model_filename);
266 tech_model->readFile(photonic_tech_model_filename);
270 StdCellLib* std_cell_lib = new StdCellLib(tech_model);
273 tech_model->setStdCellLib(std_cell_lib);
274 return tech_model;
286 TechModel *tech_model = constructTechModel(config); local
289 return buildModel(config, tech_model);
116 buildModel(const map<String, String> &params, TechModel *tech_model) argument
[all...]

Completed in 5 milliseconds