How to add p-spice lib in cadence.
1. First, you need to download aspice lib online and name it as “xx.lib”.
2. Then open a txt file, name itanything you want with “.txt” at the end. And type in the information below:
simulator lang=spectre
pspice_include“xx.lib”
Make sure these two name are same. Theninclude both of files in your simulation project.
3. From analogLib, add an instancename “scasubckt”, connect the pin “ref” to ground. In the “Subckt file”, typein the path of your “.txt” file. And “Name of the model” should be the samename in your lib file! Then, add inout pin and creat a symbol. The pin shouldbe determined by the standard netlist. You can just google it. Here is the exampleI used for Jfet.
4. Whenyou simulate, you need to add “+mts” in the ADE L environment by “setup ->Environment -> userCmdLineOption”
本文介绍如何在Cadence软件中添加P-Spice库文件。首先在线下载所需的P-Spice库并命名为“xx.lib”。接着创建一个文本文件,设置模拟器语言为spectre,并引用该库文件。从analogLib中添加实例,连接引脚到地,指定子电路文件路径及模型名称。最后,在ADE环境中加入“+mts”选项完成配置。
&spm=1001.2101.3001.5002&articleId=50853974&d=1&t=3&u=3b139508c49045069f59006913bb1e40)
3万+

被折叠的 条评论
为什么被折叠?



