ERROR(SPMHNI-189): Problems with the name of device(cadence错误:Name is too long 名字太长)

使用下列方法中 (1)就可以解决问题了

原文地址:http://blog.sina.com.cn/s/blog_d2b9db420102v70q.html

在我Create Netlist时,或者说import网表时出现如下错误,尝试了很多方法终于搞定了,不清楚到底是哪个在起作用,那就总结一下吧!

 

#1  ERROR(SPMHNI-176): Device library error detected.

 

ERROR(SPMHNI-189): Problems with the name of device 'MT48LC2M32B2B5-6_SDRAMTSOP86_MT48LC2M32B2B5-6': 'Name is too long.'.

 

ERROR(SPMHNI-170): Device 'MT48LC2M32B2B5-6_SDRAMTSOP86_MT' has library errors. Unable to transfer to Allegro.

[转载]cadence错误:Name <wbr>is <wbr>too <wbr>long <wbr> <wbr>名字太长

(1)把PCB editor里默认名字长度由31改为255最大。如上图

(2)把capture 里默认名字长度由31改为255最大。如下图

[转载]cadence错误:Name <wbr>is <wbr>too <wbr>long <wbr> <wbr>名字太长
 (3)给env文件内容加点东西

Open your local” env “file in a text editor and add the following line anywhere underneath where it says "source xxxxx"

set ALLEGRO_LONG_NAME_SIZE = 255

set ALLEGRO_LONG_PACKAGE_NAME = TRUE

env文件位置:D:Program FilesCadencepcbenv

这是16.0以后的更改方法,我用的是16.5所以这个可行

 

15.X是加上

set ALLEGRO_LONG_PACKAGE_NAME

就行了