OrCAD TO Allegro Attributes/ orcad 属性传递给allegro

OrCAD TO Allegro Attributes

archive

archiveover 15 years ago

HI all

I am going to do one of my first big layout im Allegro layout .
the electronic Eng is also new to OrCAD.

i would like to know what are the most common attributes defined in OrCAD and passed to Allegro.
where can i find a list of attributes and their function?

which of those attributes can be also passed to the router.

please share with me any relevant info.

Thank's


Originally posted in cdnusers.org by robyd

  • archive over 15 years ago

    What release are you on? This makes a big difference. The file you need to look at is called allegro.cfg it is in the C:\Cadence\SPB_15.5.1\tools\capture directory. There are several issues with release 15 and beyond since cadence has gone to the constraint manager model. The biggest being the constraint manager isn't supported in the ORCAD flow. So you will need to decide where you want to manage your constraints Allegro or ORCAD. I have found that you can not manage from both. The flow completely falls apart when you have electrical properties defined in ORCAD and you change something in allegro. If you do decide that you want to manage those electrical properties in ORCAD my advice to you would be to make a copy of the allegro.cfg and put it in a place that won't get whacked by installing an ISR. You will need to align it with the current list of properties in allegro as it is not done in the recent installs. For example I am on 15.5.1 and in the released allegro.cfg from Cadence there is a property DIFFP_LENGTH_TOL being called to pass, well this property has been gone from the allegro flow for quite some time I believe 14.2, I have complained about this since the 15.0 release and even filed PCR's but it appears this is still broken.


    Originally posted in cdnusers.org by cmusetti@silverstorm.com

这个需求是:orcad更新了器件的编号后,allegro那边布局布线后的就全乱套了。

思路,在orcad里面 嵌入一个唯一的id,然后这个id导入到 allegro中。

然后 annotate 原理图后,会出现新的 ref和id的关系。 然后通过id,更新pcb里面的placement 。中的 ref 。再导入这个placement文件,位置就能放置对了。

第一步:把orcad里面增加一个PART_NUMBER ,为啥是PART_NUMBER, 因为在

allegro。cfg里面,有这个配置。(我觉得自己添加一个应该也可以,没试)

网表里面能传递过来。

传递到了PCB。

后面就在怎么把这个东西和坐标联系起来了。 

发现这个 allegro的report是可以编辑的。 新发现。

 

这个地方应该就是 bom的报告配置的地方 。可以参考一下

 

 这个PART_NAME已经是有的,但是这人PART_NUMBER还是没找到。

找到这个part number了

 

 这个part number 导出来了。

#
# Property of Cadence Design Systems, Inc.  All rights reserved.
#
# $Header: bom_rep_view.txt.v 1.1 12/11/87 ddd Prealpha 
#
# File: bom_rep_view.txt - Component data extract cmd file for 
#                bill-of-material (bom) report
#
# Revision history:
#    (0.10) ddd 12/11/87    Preliminary initial version
#       (1.00) rhe 08/10/99     Ignore components (instances)
#                               with non-blank BOM_IGNORE property.
#
#
COMPONENT
#
COMP_BOM_IGNORE = ''
#
# Extract: package, refdes, device_type,
#         value, tolerance, comp_class
#
REFDES
#COMP_DEVICE_TYPE
COMP_PART_NUMBER
COMP_VALUE
COMP_TOL
SYM_NAME
SYM_CENTER_X
SYM_CENTER_Y
SYM_ROTATE
SYM_MIRROR
#REFDES_SORT
END

#
# end of bom_rep_view
#
 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Cadence OrCAD Allegro 16.6和17.2 CIS是一个用于电子设计自动化的软件套件。其中,CIS是指Component Information System,意味着该软件有能力管理和追踪电子元件信息。 配置OrCAD Allegro 16.6和17.2 CIS有以下几个步骤: 1. 安装软件:首先,需要从Cadence官网或其他授权渠道获得OrCAD Allegro 16.6或17.2软件安装包,并按照安装向导将软件安装到您的计算机上。 2. 运行软件:安装完成后,找到软件的安装目录,双击打开主程序。这将启动OrCAD Allegro软件。 3. 选择项目类型:在软件的开始界面上,选择新建项目,然后选择你的项目类型。OrCAD Allegro支持多种不同的项目类型,如PCB设计、电路模拟和电子封装设计等。 4. 建立原理图:在新建项目后,开始建立原理图。在OrCAD Allegro的界面中,选择“文件”菜单中的“新建”选项,然后选择“原理图”。然后,您可以使用软件的绘图工具和库文件来设计您的电路图。 5. 配置CIS:在设计电路图时,您可以配置OrCAD Allegro的CIS功能。选择“选项”菜单中的“文件设置”,然后选择“CIS Integration”选项卡。在此处配置CIS服务器的信息,包括数据库和访问权限等。 6. 添加元件信息:配置好CIS后,您可以通过从CIS服务器导入元件信息来为电路图添加元件。在OrCAD Allegro中,选择“选项”菜单中的“CIS Components”选项,然后选择“Import”按钮来导入元件信息。 7. 更新元件信息:在设计中,您可能需要更新元件信息。通过选择“选项”菜单中的“CIS Components”选项,然后选择“Update”按钮,您可以更新CIS服务器上的元件信息。 8. 生成BOM:最后,在设计完成后,您可以生成BOM(Bill of Materials)报告,以列表形式显示电路中使用的元件信息和数量等。在OrCAD Allegro中,选择“选项”菜单中的“CIS Components”选项,然后选择“Generate BOM”按钮。 以上是OrCAD Allegro 16.6和17.2 CIS的简要配置说明。希望对您有所帮助!

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值