| 
 | 
 
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册  
 
×
 
 本帖最后由 BoronLi 于 2024-5-24 11:46 编辑  
 
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” 
———————————————— 
 
                            版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。 
 
原文链接:https://blog.csdn.net/hjl240/article/details/50853974 
跟着这个步骤,但是报错如下: 
Error found by spectre in `Subckt_add', during circuit read-in. 
    ERROR (SFE-874): "/home/eda/test1/NN/Subckt_add/NN.txt" 2: Cannot run the simulation because syntax error `Unexpected quoted string ""NN.lib"' was encountered at line 2, column 14. Correct the syntax error and rerun the simulation. 
我的NN.lib文件也在Subckt_add文件夹下。 
 
 
 |   
    
    
        
        - 
            
也添加到了Simulation File里面 
             
         
        
     
    
 
 
 
 
 |