|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
#define TECH_POINT35
#if defined(TECH_POINT10)
#define CSCALE (84.2172) /* wire capacitance scaling factor */
/* linear: 51.7172, predicted: 84.2172 */
#define RSCALE (80.0000) /* wire resistance scaling factor */
#define LSCALE 0.1250 /* length (feature) scaling factor */
#define ASCALE (LSCALE*LSCALE) /* area scaling factor */
#define VSCALE 0.38 /* voltage scaling factor */
#define VTSCALE 0.49 /* threshold voltage scaling factor */
#define SSCALE 0.80 /* sense voltage scaling factor */
#define GEN_POWER_SCALE (1/GEN_POWER_FACTOR)
#elif defined(TECH_POINT18)
#define CSCALE (19.7172) /* wire capacitance scaling factor */
#define RSCALE (20.0000) /* wire resistance scaling factor */
#define LSCALE 0.2250 /* length (feature) scaling factor */
#define ASCALE (LSCALE*LSCALE) /* area scaling factor */
#define VSCALE 0.4 /* voltage scaling factor */
#define VTSCALE 0.5046 /* threshold voltage scaling factor */
#define SSCALE 0.85 /* sense voltage scaling factor */
#define GEN_POWER_SCALE 1
|
|