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

/gem5/ext/mcpat/cacti/
H A Dparameter.cc51 string indent_str(indent, ' ');
53 cout << indent_str << "C_g_ideal = " << setw(12) << C_g_ideal << " F/um" << endl;
54 cout << indent_str << "C_fringe = " << setw(12) << C_fringe << " F/um" << endl;
55 cout << indent_str << "C_overlap = " << setw(12) << C_overlap << " F/um" << endl;
56 cout << indent_str << "C_junc = " << setw(12) << C_junc << " F/um^2" << endl;
57 cout << indent_str << "l_phy = " << setw(12) << l_phy << " um" << endl;
58 cout << indent_str << "l_elec = " << setw(12) << l_elec << " um" << endl;
59 cout << indent_str << "R_nch_on = " << setw(12) << R_nch_on << " ohm-um" << endl;
60 cout << indent_str << "R_pch_on = " << setw(12) << R_pch_on << " ohm-um" << endl;
61 cout << indent_str << "Vd
[all...]
/gem5/ext/mcpat/
H A Dsystem.cc113 string indent_str(indent, ' ');
114 cout << indent_str << "Device Type = "; local
133 cout << indent_str << "Unknown!" << endl;
139 string indent_str(indent, ' ');
140 cout << indent_str << "Interconnect metal projection = "; local
150 cout << indent_str << "Unknown!" << endl;
157 string indent_str(indent, ' ');
173 cout << indent_str << "Technology " << core_tech_node << " nm" << endl;
175 cout << indent_str << "Using Long Channel Devices When Appropriate" << endl;
177 cout << indent_str << "Targe
[all...]
H A Dbasic_components.cc182 string indent_str(indent, ' ');
189 cout << indent_str << name << ":" << endl;

Completed in 8 milliseconds