|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
如题,有谁知道Cell Library中nom_voltage和nom_process 两个参数是什么意思?
library (vsclib013) { /* Post layout timing */
technology (cmos) ;
/* choose one delay_model */
/* delay_model : generic_cmos ; */ /* Prop-Ramp */
delay_model : table_lookup ; /* LUT */
date : "06-Jan-08" ;
revision : 0.10.1 ;
comment : "Copyright (c) 2004-2008 Malta Open Silicon Libraries. Released under the LGPL." ;
time_unit
: "1ps" ;
voltage_unit
: "1mV" ;
current_unit
: "1mA" ;
pulling_resistance_unit : "1kohm" ;
capacitive_load_unit (1.00,ff) ;
leakage_power_unit : "1pW" ;
nom_voltage : 1.2 ;
nom_process : 1.0 ;
nom_temperature : 27.0 ;
operating_conditions (NOM_1.2_27) {
process : 1.0 ;
voltage : 1.2 ;
temperature : 27.0 ;
tree_type : "balanced_tree" ;
} |
|