10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Eldo Control Language<br />

Statistical Processing<br />

/* Get sensitivities; need to remove the extract value<br />

computed for the nominal. */<br />

sens_list = _simu_get_mcsens(extract_res[extract_res.imin + 1,<br />

+ extract_res.imax],<br />

+ "LSS")<br />

/* Extract parameters having importance >= 10%. */<br />

if (sens_list.size > 0)<br />

for (i = sens_list[1].imin;<br />

+ i = 0.1)<br />

nb_important_params++<br />

/* Get its index. */<br />

p_important_params[nb_important_params] = sens_list[1][i]<br />

endif<br />

endfor<br />

endif<br />

return 1<br />

.end_define_function<br />

.t_main<br />

.option set_<strong>eldo</strong>_cl_verbose=0<br />

* Netlist for CMOS RIPPLE CARRY ADDER<br />

* This example centers around an 1-bit CMOS ripple carry adder<br />

.PARAM WIN_GLOB =40U<br />

.PARAM WOUT_GLOB=40U<br />

* INCLUDE NMOS AND PMOS MODELS<br />

.SUBCKT ONEBITADDER VDD VSS A B C SUM CO PARAM: WIN=40U WOUT=40U<br />

XMP1 VDD A 1 VDD P W={2*WIN} L=1U AD=400P AS=400P<br />

XMP2 VDD B 1 VDD P W={2*WIN} L=1U AD=400P AS=400P<br />

XMP3 VDD A 2 VDD P W=20U L=1U AD=400P AS=400P<br />

XMP4 VDD A 3 VDD P W=20U L=1U AD=400P AS=400P<br />

XMP5 VDD B 3 VDD P W=20U L=1U AD=400P AS=400P<br />

XMP6 VDD C 3 VDD P W=20U L=1U AD=400P AS=400P<br />

MP7 1 C NC VDD P W={2*WIN} L=1U AD=400P AS=400P<br />

XMP8 2 B NC VDD P W=20U L=1U AD=400P AS=400P<br />

XMP9 3 NC NS VDD P W=20U L=1U AD=400P AS=400P<br />

XMP10 VDD A 7 VDD P W=20U L=1U AD=400P AS=400P<br />

XMP11 7 B 8 VDD P W=20U L=1U AD=400P AS=400P<br />

XMP12 8 C NS VDD P W=20U L=1U AD=400P AS=400P<br />

XMN13 NC C 4 VSS N W=WIN L=1U AD=400P AS=400P<br />

XMN14 NC B 5 VSS N W=20U L=1U AD=400P AS=400P<br />

XMN15 NS NC 6 VSS N W=20U L=1U AD=400P AS=400P<br />

XMN16 4 A VSS VSS N W=WIN L=1U AD=400P AS=400P<br />

Eldo® User's Manual, 15.3 1071

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!