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
就行了