Searched refs:Wire (Results 1 - 12 of 12) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | nuca.h | 57 Wire *h_wire; 58 Wire *v_wire; 94 Wire *wire_vertical[WIRE_TYPES],
|
H A D | wire.h | 47 class Wire : public Component { class in inherits:Component 49 Wire(enum Wire_type wire_model, double len /* in u*/, 56 ~Wire(); 58 Wire( double width_scaling = 1,
|
H A D | wire.cc | 36 Wire::Wire( function in class:Wire 53 cout << "Wire not initialized. Initializing it with default values\n"; 54 Wire winit; 70 Component Wire::global; 71 Component Wire::global_5; 72 Component Wire::global_10; 73 Component Wire::global_20; 74 Component Wire::global_30; 75 Component Wire 82 Wire::Wire(double w_s, double s_s, enum Wire_placement wp, double resis, function in class:Wire [all...] |
H A D | crossbar.cc | 53 //Wire winit(4, 4); 55 Wire w1(g_ip->wt, l_eff); 94 Wire winit(4, 4); 110 Wire w1(g_ip->wt, wire_len); 114 Wire w2(g_ip->wt, area.h); 154 Wire wdriver(g_ip->wt, l_eff); 162 Wire wreset();
|
H A D | htree2.cc | 108 Wire w1(wt, l_eff); 145 Wire w1(wt, l_eff); 295 Wire *wtemp1 = 0, *wtemp2 = 0, *wtemp3 = 0; 386 wtemp1 = new Wire(wt, len); // hor 387 wtemp2 = new Wire(wt, len / 2); // ver 395 wtemp1 = new Wire(wt, len); // hor 396 wtemp2 = new Wire(wt, ht); // ver 397 wtemp3 = new Wire(wt, len / 2); // next hor 408 wtemp1 = new Wire(wt, ht); // ver 409 wtemp2 = new Wire(w [all...] |
H A D | mat.h | 67 Wire * subarray_out_wire;
|
H A D | arbiter.cc | 116 Wire wc(g_ip->wt, length, 1, 3, 3);
|
H A D | io.cc | 343 if (!strncmp("-Wire inside mat", line, strlen("-Wire inside mat"))) { 344 sscanf(line, "-Wire%[^\"]\"%[^\"]\"", jk, temp_var); 358 if (!strncmp("-Wire outside mat", line, strlen("-Wire outside mat"))) { 359 sscanf(line, "-Wire%[^\"]\"%[^\"]\"", jk, temp_var); 380 if (!strncmp("-Wire signalling", line, strlen("-wire signalling"))) { 381 sscanf(line, "-Wire%[^\"]\"%[^\"]\"", jk, temp_var); 544 cout << "Wire inside mat : " << wire_is_mat_type << endl; 545 cout << "Wire outsid [all...] |
H A D | nuca.cc | 261 wire_vertical[wr] = new Wire((enum Wire_type) wr, vlength); 262 wire_horizontal[wr] = new Wire((enum Wire_type) wr, hlength);
|
H A D | router.cc | 80 Wire wc(g_ip->wt, length, 1, 3, 3);
|
H A D | mat.cc | 248 subarray_out_wire = new Wire(g_ip->wt, subarray.area.h);//Bug should be subarray.area.w Owen and Sheng
|
/gem5/ext/mcpat/ |
H A D | interconnect.cc | 85 Wire winit(width_scaling, space_scaling); 100 Wire winit(width_scaling, space_scaling); 145 Wire wreset(); 153 Wire *wtemp1 = 0; 154 wtemp1 = new Wire(wt, length, 1, width_scaling, space_scaling);
|
Completed in 28 milliseconds