Searched refs:wire_model (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | wire.h | 49 Wire(enum Wire_type wire_model, double len /* in u*/, 106 powerDef wire_model (double space, double size, double *delay);
|
H A D | htree2.h | 50 Htree2(enum Wire_type wire_model,
|
H A D | wire.cc | 37 enum Wire_type wire_model, 45 ): wt(wire_model), wire_length(wl*1e-6), nsense(n), w_scale(w_s), 638 pow = wire_model(j * 1e-6, i, &del); 720 powerDef Wire::wire_model (double space, double size, double *delay) { function in class:Wire 36 Wire( enum Wire_type wire_model, double wl, int n, double w_s, double s_s, enum Wire_placement wp, double resistivity, TechnologyParameter::DeviceType *dt ) argument
|
H A D | htree2.cc | 42 enum Wire_type wire_model, double mat_w, double mat_h, 51 uca_tree(uca_tree_), search_tree(search_tree_), wt(wire_model), 41 Htree2( enum Wire_type wire_model, double mat_w, double mat_h, int a_bits, int d_inbits, int search_data_in, int d_outbits, int search_data_out, int bl, int wl, enum Htree_type htree_type, bool uca_tree_, bool search_tree_, TechnologyParameter::DeviceType *dt) argument
|
/gem5/ext/mcpat/ |
H A D | interconnect.h | 102 enum Wire_type wire_model = Global, double width_s = 1.0,
|
H A D | interconnect.cc | 51 enum Wire_type wire_model, 56 data_width(data_w), wt(wire_model), width_scaling(width_s), 43 Interconnect(XMLNode* _xml_data, string name_, enum Device_ty device_ty_, double base_w, double base_h, int data_w, double len, const InputParameter *configure_interface, int start_wiring_level_, double _clockRate, bool pipelinable_, double route_over_perc_, bool opt_local_, enum Core_type core_ty_, enum Wire_type wire_model, double width_s, double space_s, TechnologyParameter::DeviceType *dt) argument
|
Completed in 12 milliseconds