|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
大牛您好 ncx怎么生成.lib?我现在有.sp、.pex,.pxi,简单的写了一些配置文件,是生成了.lib,但是完全不对
配置文件见下:
set output_library ncx.lib
set preanalysis_opt auto
set prechar true
set simulator_type hspice
set farm_type nofarm
set output_template_dir
生成的.lib是:
library(ncx){
define(def_sim_opt,library,string);
technology("cmos")
...
input....rise:50
...
slew....rise:20;
俺是新手菜鸟,请指教,是啥问题?谢谢 |
|