| Simple Exact Algorithm (SEA) |
| Group all the transistors in the circuit using Transistor |
| Grouping Rules; |
| Initialize , width of the transistors in group , so that: |
|
|
| 0.13 m; |
| Initialize S, the step size and , the number of step sizes; |
| for ( to) |
| // This loop sweeps to obtain . |
| |
| Compute the target parameter, and save it to an array; |
| is the point where has become minimum for that; |
|
| do |
| for (= 1 to ) |
| // This loop sweeps . |
| for ( to ) |
| |
| Compute and Save it to another array; |
| is the point where has become mimimum for that; |
| while (all ’s converge to an specific value); |