2024年4月5日发(作者:)

一、Capture生成netlist的时候报错:

1. Unable to open c:CadencePSD_

for reading. Please correct the above error(s) to proceed

错误解释:

文件找不到或文件不能打开,这个问题的根

源是,有可能每台电脑上安装Allegro的的位置不一样,

文件找不到是理所当然的。

处理办法:

点生成netlist,点setup,修改路径为所在路

径,把文件的位置选择你现在安装目录的文件位置。

2. "C:CadencePSD_"

-pst -d "F:" -n

"C:CADENCEPSD_15.1TOOLSPROJECTS" -c

"C:CadencePSD_" -v 3 -j

"CC2430_DEMO"

#1 Error [ALG0012] Property "PCB Footprint" missing from

instance U3: SCHEMATIC1, PAGE1 (2.00, 2.10).

#2 Error [ALG0012] Property "PCB Footprint" missing from

instance C2: SCHEMATIC1, PAGE1 (2.30, 0.30).

#17 Please correct the above errors and

retry.

错误解释:

Error [ALG0012] Property "PCB Footprint" missing from part

Reference>: , ( ,

A PCB Footprint (JEDEC_TYPE in Allegro) is required for all parts

in Allegro. Therefore all parts without this property are listed

before aborting the netlisting. You can add the PCB Footprint

property by selecting the part listed, then choosing Edit

Properties from the pop-up menu and placing a value, such as

dip14_3, on the part.

在Allegro中,每个器件都需要一个PCB封装。所以在取消列出网表之

前,软件会列出所有没有此项的器件。你可以选择列出的器件添加PCB

封装,然后选择Edit Properties来编辑器件的值。

处理办法: