Lines Matching refs:indent_str

51     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 << "Vdd = " << setw(12) << Vdd << " V" << endl;
62 cout << indent_str << "Vth = " << setw(12) << Vth << " V" << endl;
63 cout << indent_str << "I_on_n = " << setw(12) << I_on_n << " A/um" << endl;
64 cout << indent_str << "I_on_p = " << setw(12) << I_on_p << " A/um" << endl;
65 cout << indent_str << "I_off_n = " << setw(12) << I_off_n << " A/um" << endl;
66 cout << indent_str << "I_off_p = " << setw(12) << I_off_p << " A/um" << endl;
67 cout << indent_str << "C_ox = " << setw(12) << C_ox << " F/um^2" << endl;
68 cout << indent_str << "t_ox = " << setw(12) << t_ox << " um" << endl;
69 cout << indent_str << "n_to_p_eff_curr_drv_ratio = " << n_to_p_eff_curr_drv_ratio << endl;
75 string indent_str(indent, ' ');
77 cout << indent_str << "pitch = " << setw(12) << pitch << " um" << endl;
78 cout << indent_str << "R_per_um = " << setw(12) << R_per_um << " ohm/um" << endl;
79 cout << indent_str << "C_per_um = " << setw(12) << C_per_um << " F/um" << endl;
83 string indent_str(indent, ' ');
85 cout << indent_str << "logic_scaling_co_eff = " << setw(12) << logic_scaling_co_eff << endl;
86 cout << indent_str << "curr_core_tx_density = " << setw(12) << core_tx_density << " # of tx/um^2" << endl;
90 string indent_str(indent, ' ');
92 cout << indent_str << "b_w = " << setw(12) << b_w << " um" << endl;
93 cout << indent_str << "b_h = " << setw(12) << b_h << " um" << endl;
94 cout << indent_str << "cell_a_w = " << setw(12) << cell_a_w << " um" << endl;
95 cout << indent_str << "cell_pmos_w = " << setw(12) << cell_pmos_w << " um" << endl;
96 cout << indent_str << "cell_nmos_w = " << setw(12) << cell_nmos_w << " um" << endl;
97 cout << indent_str << "Vbitpre = " << setw(12) << Vbitpre << " V" << endl;
103 string indent_str(indent, ' ');
105 cout << indent_str << "ram_wl_stitching_overhead_ = " << setw(12) << ram_wl_stitching_overhead_ << " um" << endl;
106 cout << indent_str << "min_w_nmos_ = " << setw(12) << min_w_nmos_ << " um" << endl;
107 cout << indent_str << "max_w_nmos_ = " << setw(12) << max_w_nmos_ << " um" << endl;
108 cout << indent_str << "unit_len_wire_del = " << setw(12) << unit_len_wire_del << " s/um^2" << endl;
109 cout << indent_str << "FO4 = " << setw(12) << FO4 << " s" << endl;
110 cout << indent_str << "kinv = " << setw(12) << kinv << " s" << endl;
111 cout << indent_str << "vpp = " << setw(12) << vpp << " V" << endl;
112 cout << indent_str << "w_sense_en = " << setw(12) << w_sense_en << " um" << endl;
113 cout << indent_str << "w_sense_n = " << setw(12) << w_sense_n << " um" << endl;
114 cout << indent_str << "w_sense_p = " << setw(12) << w_sense_p << " um" << endl;
115 cout << indent_str << "w_iso = " << setw(12) << w_iso << " um" << endl;
116 cout << indent_str << "w_poly_contact = " << setw(12) << w_poly_contact << " um" << endl;
117 cout << indent_str << "spacing_poly_to_poly = " << setw(12) << spacing_poly_to_poly << " um" << endl;
118 cout << indent_str << "spacing_poly_to_contact = " << setw(12) << spacing_poly_to_contact << " um" << endl;
120 cout << indent_str << "w_comp_inv_p1 = " << setw(12) << w_comp_inv_p1 << " um" << endl;
121 cout << indent_str << "w_comp_inv_p2 = " << setw(12) << w_comp_inv_p2 << " um" << endl;
122 cout << indent_str << "w_comp_inv_p3 = " << setw(12) << w_comp_inv_p3 << " um" << endl;
123 cout << indent_str << "w_comp_inv_n1 = " << setw(12) << w_comp_inv_n1 << " um" << endl;
124 cout << indent_str << "w_comp_inv_n2 = " << setw(12) << w_comp_inv_n2 << " um" << endl;
125 cout << indent_str << "w_comp_inv_n3 = " << setw(12) << w_comp_inv_n3 << " um" << endl;
126 cout << indent_str << "w_eval_inv_p = " << setw(12) << w_eval_inv_p << " um" << endl;
127 cout << indent_str << "w_eval_inv_n = " << setw(12) << w_eval_inv_n << " um" << endl;
128 cout << indent_str << "w_comp_n = " << setw(12) << w_comp_n << " um" << endl;
129 cout << indent_str << "w_comp_p = " << setw(12) << w_comp_p << " um" << endl;
131 cout << indent_str << "dram_cell_I_on = " << setw(12) << dram_cell_I_on << " A/um" << endl;
132 cout << indent_str << "dram_cell_Vdd = " << setw(12) << dram_cell_Vdd << " V" << endl;
133 cout << indent_str << "dram_cell_I_off_worst_case_len_temp = " << setw(12) << dram_cell_I_off_worst_case_len_temp << " A/um" << endl;
134 cout << indent_str << "dram_cell_C = " << setw(12) << dram_cell_C << " F" << endl;
135 cout << indent_str << "gm_sense_amp_latch = " << setw(12) << gm_sense_amp_latch << " F/s" << endl;
137 cout << indent_str << "w_nmos_b_mux = " << setw(12) << w_nmos_b_mux << " um" << endl;
138 cout << indent_str << "w_nmos_sa_mux = " << setw(12) << w_nmos_sa_mux << " um" << endl;
139 cout << indent_str << "w_pmos_bl_precharge = " << setw(12) << w_pmos_bl_precharge << " um" << endl;
140 cout << indent_str << "w_pmos_bl_eq = " << setw(12) << w_pmos_bl_eq << " um" << endl;
141 cout << indent_str << "MIN_GAP_BET_P_AND_N_DIFFS = " << setw(12) << MIN_GAP_BET_P_AND_N_DIFFS << " um" << endl;
142 cout << indent_str << "HPOWERRAIL = " << setw(12) << HPOWERRAIL << " um" << endl;
143 cout << indent_str << "cell_h_def = " << setw(12) << cell_h_def << " um" << endl;
146 cout << indent_str << "SRAM cell transistor: " << endl;
150 cout << indent_str << "DRAM access transistor: " << endl;
154 cout << indent_str << "DRAM wordline transistor: " << endl;
158 cout << indent_str << "peripheral global transistor: " << endl;
162 cout << indent_str << "wire local" << endl;
166 cout << indent_str << "wire inside mat" << endl;
170 cout << indent_str << "wire outside mat" << endl;
174 cout << indent_str << "SRAM" << endl;
178 cout << indent_str << "DRAM" << endl;