|
发表于 2023-3-13 12:32:05
|
显示全部楼层
这篇文章挺好的《在cadence中添加pspice(How to add p-spice lib in cadence)》
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”
————————————————
版权声明:本文为CSDN博主「hjl240」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/hjl240/article/details/50853974 |
|