Cadence学习笔记 9 器件封装匹配

基于Cadence 17.4,四层板4路HDMI电路


更多Cadence学习笔记:
Cadence学习笔记 1 原理图库绘制
Cadence学习笔记 2 PCB封装绘制
Cadence学习笔记 3 MCU主控原理图绘制
Cadence学习笔记 4 单片机原理图绘制
Cadence学习笔记 5 四路HDMI原理图绘制
Cadence学习笔记 6-7 电源_LED电路原理图绘制
Cadence学习笔记 8 添加分页符


目录

9、器件封装匹配

快捷键总结:


9、器件封装匹配

画好原理图后,对每个器件的封装做匹配。右键根目录,Edit Object Properties

对照着BOM表,输入器件的封装footprint。

Allegro中不支持. \,都用_来表示

接着进行原理图的编译及DRC检查。按照下面的设置即可,点击Run



出现以下错误:

Legacy Message ID: DRC0037

WARNING[ORCAP-1590] - "Visible unconnected Power Pins are connected to global nets "

The visible power pin on the part instance is not connected to a wire or other power object and hence has a default connection to a global net that has the same name as the power pin. You may override this default connection either by connecting the visible power pin to a wire or adding a wire between the pin and the power object.

This warning appears if you enable the Report visible unconnected power pins design rules check.

++在DRC的Report Setup中取消掉Report visible unconnected power pins即可++
Error detected by Custom DRC:Wire is hanging at point on PAGE=02 in SCHEMATIC=SCHEMATIC1

++在DRC中的Custom DRC取消掉Hanging Wires即可++

再DRC后,发现有Warning:

Net has two or more aliases that might lead to a short. Ensure nets are not shorted together or nets do not have two or more aliases.

原因是:出问题的管脚命名与连接该网络的网络名称不一致导致的。

不用管就行,或者直接在DRC中取消掉这个规则(取消Physical Check)

DRC中的每个Warning都要检查一下,发现上个步骤的分页符的页码没加上,是因为标号在复制粘贴后没更新。

还提示了元器件封装没找到。这个直接在Project下的Library中添加画好的PCB封装库即可

快捷键总结:

编辑管脚: shift+H

原理图连线: W

快速连线: F4

网络标号设置: N

旋转: R

水平/垂直镜像: H / V

端口高阻抗不连接: X

相关推荐
小奶包他干奶奶1 天前
Webpack学习——Loader(文件转换器)
前端·学习·webpack
小奶包他干奶奶1 天前
Webpack学习——原理理解
学习·webpack·devops
励志成为美貌才华为一体的女子1 天前
强化学习PPO和GRPO逻辑学习
学习
meichaoWen1 天前
【Vue3】vue3的全面学习(一)
前端·javascript·学习
FFF团团员9091 天前
树莓派学习笔记3:LED和Button
笔记·学习
偶像你挑的噻1 天前
11-Linux驱动开发-I2C子系统–mpu6050简单数据透传驱动
linux·驱动开发·stm32·嵌入式硬件
碧海潮生_CC1 天前
【CUDA笔记】04 CUDA 归约, 原子操作,Warp 交换
笔记·cuda
摇滚侠1 天前
2025最新 SpringCloud 教程,从单体到集群架构,笔记02
笔记·spring cloud·架构
风123456789~1 天前
【OceanBase专栏】OB背景知识
数据库·笔记·oceanbase
Chat_zhanggong3451 天前
K4A8G165WC-BITD产品推荐
人工智能·嵌入式硬件·算法