在我Create Netlist时,或者说import网表时出现如下错误,尝试了很多方法终于搞定了,不清楚到底是哪个在起作用,那就总结一下吧! #1 ERROR(SPMHNI-176): Device library error detected. (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.
碰上这个问题 就是封装名太长了。 最好的解决方法就是把对应的封装名改短一点。 如果实在不想改。那就按照下面方法改软件参数了。 。。。。。。。。。。。。。。。。。。。
请输入描述
(1)把PCB editor里默认名字长度由31改为255最大。如上图 (2)把capture 里默认名字长度由31改为255最大。如下图
请输入描述
(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 Files\Cadence\pcbenv
这是16.0以后的更改方法,我用的是16.5所以这个可行
15.X是加上
set ALLEGRO_LONG_PACKAGE_NAME
就行了 |