|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.logicaleffort.LENetlister.NetlisterConstants
public static class LENetlister.NetlisterConstants
Field Summary | |
---|---|
float |
alpha
ratio of diffusion to gate cap |
float |
epsilon
convergence criteron |
float |
gateCap
gate cap, in fF/lambda |
float |
keeperRatio
ratio of keeper to driver size |
int |
maxIterations
max number of iterations |
float |
su
global step-up |
float |
wireRatio
wire to gate cap ratio |
Constructor Summary | |
---|---|
LENetlister.NetlisterConstants(float su,
float wireRatio,
float epsilon,
int maxIterations,
float gateCap,
float alpha,
float keeperRatio)
|
|
LENetlister.NetlisterConstants(Technology layoutTech)
Create a new set of constants from the user's settings |
Method Summary | |
---|---|
boolean |
equals(LENetlister.NetlisterConstants other)
Returns true if the two NetlisterConstants have the same values for all fields |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final float su
public final float wireRatio
public final float epsilon
public final int maxIterations
public final float gateCap
public final float alpha
public final float keeperRatio
Constructor Detail |
---|
public LENetlister.NetlisterConstants(float su, float wireRatio, float epsilon, int maxIterations, float gateCap, float alpha, float keeperRatio)
public LENetlister.NetlisterConstants(Technology layoutTech)
Method Detail |
---|
public boolean equals(LENetlister.NetlisterConstants other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |