|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
在我用到的.lib文件中,线负载模型的介绍如下: /* wire-loads */
wire_load("smic18_wl10") {
resistance
: 8.5e-8;
capacitance
: 1.5e-4;
area
: 0.7;
slope
: 66.667;
fanout_length
(1,66.667);
}
wire_load("smic18_wl20") {
resistance
: 8.5e-8;
capacitance
: 1.5e-4;
area
: 0.7;
slope
: 133.334;
fanout_length
(1,133.334);
}
wire_load("smic18_wl30") {
resistance
: 8.5e-8;
capacitance
: 1.5e-4;
area
: 0.7;
slope
: 200.001;
fanout_length
(1,200.001);
}
wire_load("smic18_wl40") {
resistance
: 8.5e-8;
capacitance
: 1.5e-4;
area
: 0.7;
slope
: 266.668;
fanout_length
(1,266.668);
}
wire_load("smic18_wl50") {
resistance
: 8.5e-8;
capacitance
: 1.5e-4;
area
: 0.7;
slope
: 333.335;
fanout_length
(1,333.335);
}
对于这样的WLM,在综合的时候怎样根据设计的大小来选择用哪一个WLM啊?
如果有两个设计,std cells个数分别为10K和40k,那么该怎么选择呢? |
|