public static class LENetlister.NetlisterConstants
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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
|
float |
x1inverter_length
length in lambda of x=1 mosfets
|
float |
x1inverter_nwidth
width in lambda of x=1 inverter nmos
|
float |
x1inverter_pwidth
width in lambda of x=1 inverter pmos
|
Constructor and Description |
---|
LENetlister.NetlisterConstants(float su,
float wireRatio,
float epsilon,
int maxIterations,
float gateCap,
float alpha,
float keeperRatio,
float x1inverter_nwidth,
float x1inverter_pwidth,
float x1inverter_length) |
LENetlister.NetlisterConstants(Technology layoutTech)
Create a new set of constants from the user's settings
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(LENetlister.NetlisterConstants other)
Returns true if the two NetlisterConstants have the same values for all fields
|
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
public final float x1inverter_nwidth
public final float x1inverter_pwidth
public final float x1inverter_length
public LENetlister.NetlisterConstants(float su, float wireRatio, float epsilon, int maxIterations, float gateCap, float alpha, float keeperRatio, float x1inverter_nwidth, float x1inverter_pwidth, float x1inverter_length)
public LENetlister.NetlisterConstants(Technology layoutTech)
public boolean equals(LENetlister.NetlisterConstants other)