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

/gem5/ext/mcpat/cacti/
H A Dcomponent.cc59 double Component::compute_diffusion_width(int num_stacked_in, int num_folded_tr) { function in class:Component
108 total_ndiff_w = compute_diffusion_width(1, num_folded_nmos);
109 total_pdiff_w = compute_diffusion_width(1, num_folded_pmos);
113 total_ndiff_w = compute_diffusion_width(1, num_inputs * num_folded_nmos);
114 total_pdiff_w = compute_diffusion_width(num_inputs, num_folded_pmos);
118 total_ndiff_w = compute_diffusion_width(num_inputs, num_folded_nmos);
119 total_pdiff_w = compute_diffusion_width(1, num_inputs * num_folded_pmos);
H A Dcomponent.h72 double compute_diffusion_width(int num_stacked_in, int num_folded_tr);

Completed in 5 milliseconds