allegro导入网表报错--字符太长

发布时间:2024年01月17日

allegro导入网表报错–字符太长

#1 ERROR(SPMHNI-176): Device library error detected.
ERROR(SPMHNI-189): Problems with the name of device XXXXXXXXXXXXXXXXXXXXXX ': ‘Name is too long.’.
ERROR(SPMHNI-170): Device ‘XXXXXXXXXXXXXXXXXXXXXX’ 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
就行了

文章来源:https://blog.csdn.net/qq_36492361/article/details/135615778
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。