#
# Allegro data base I/O files. If you add an entry into this file you must
# add a define to the header file ads.h. You should try to use an existing
# entry whenever possible. Variations to an existing entry can be obtained
# by building the same property on the fly that suits you and pass that as
# the property argument when calling ADSXXX() routines.
#
# The below items may be set in this file or set/overridden via C/Skill
# code. If set via code format is: ":<name><type><value:"
#
# EXT - (char *) default extension of file (required)
# EXTALT - (char *) alt extension(s) to use in file browser format is
# single: <extension> (no dot)
# multiple: <ext1>;<ext2>;...<extn>
# NAME - (char *) non-extension name of file (optional). Not normally
# used since software provides
# PATH - (char *) variable to use for search path (optional)
# if none then always pwd
# DIRPATH - (bool) PATH dependancy. If provided and filename has
# a relative directory component then this is added to
# the PATH variable when searching for the file (optional).
# if none then a relative directory component on the
# filename disables PATH searching
# REVS - (int) max revisions of file to keep normally one of 3 variables
# if none then 10 (MAXREVS) is used
# MSG - (char *) Message to show the user of prompting for file (optional)
# In a browser this is what is displayed in file type with
# appended extension.
# if none then no prompting is performed.
# TITLE - (char *) The title bar setting for UI browser. Must be used
# with MSG which enables display of browser (optional)
# if none then use "File Browser"
# DBEDIT - (bool) see DBMAXLEN to limit filename (optional).
# If not present (false) then 1023 is used
# DBMAXLEN - (int) when DBEDIT is true then this limits filename to its
# value. If DBEDIT is true and DBMAXLEN is not present then
# 31 is used. If modified by end user then filename size may
# only be decreased because internal structures can only
# accomodate up to the maximum names.
# SAV - (bool) use "SAV" extension. Normally commanded from code not this
# file (optional)
# if none then use EXT
# SCALD - (bool) use SCALD namemapping file (optional)
# if none then normal UNIX/DOS restrictions apply to files
# NOEXP - (bool) don't wildcard expand (optional)
# if none then do normal UNIX/DOS wildcard expansions
# MATCHEXT - (bool) user required to provide filename & extension (optional)
# if none then extension is provided by ADS
# APPEND - (bool) file is appended instead of revision (optional)
# if none then revisioning is used
# CHKPNT - (bool) file may be checkpointed; don't bump revision number
# once checkpoint mode is started. (optional)
# if none revision number is bumped on each save
# HELP - (char *) tag to use for help with file browsers (optional)
# if none then standard browser help is used
# FOOTPRINT - (bool) Use UI file browser that supports footprints. Some allegro
# file types such as drawings, pads, symbols, support
# footprints. (optional)
# if none then the file browser does not display footprint
# SECOND - (bool) Secondary file extension. This means if you search
# for a fileops entry using the extension you will never
# be given this entry
# SD - (char *) subdirectory to which output files should be directed.
# This should be set as a variable so users can control it
# via the user preferences dialog. (optional)
# NOSPACE - (bool) name does not support spaces.
#
# Providing values to above options; all options separated by ":"
# char * - <name>=<value>
# int - <name>#<value>
# bool - <name>
#
# Use only for hardcoded reading of text files
MISC:EXT=:
#
#
ADS_AUTOSAVEREVS=0
ADS_BOARDREVS=1
ADS_TEXTREVS=2
ADS_LOGREVS=4
ADS_NOREVS=1
#
# allegro vs mcm (apd) vs cio (chipio) vs sip (sip) name substitutions. apd will set these as env vars.
# BRD_LAYOUT_DB & BRD_DBEXT are used by "file browser" only, see aifile.c
#
ADS_DBEXT=brd
BRD_DBEXT=brd
MCM_DBEXT=mcm
DPM_DBEXT=dpm
CIO_DBEXT=cio
SIP_DBEXT=sip
DPS_DBEXT=dps
EXT_ARTWORK=art
EXT_DRILL=drl
EXT_SCRIPT=scr
ADS_MATERIALNAME=materials
ADS_MSGNAME=allegro
#
TAG:EXT=tag:REVS#0:
MASTERTAG:EXT=tag:NAME=master:REVS#0:
CHIPIOTAG:EXT=tag:NAME=chipio:REVS#0:
SIPTAG:EXT=tag:NAME=cdnsip:REVS#0:
ALLEGRO_LAYOUT_DB:EXT=$ADS_DBEXT:MSG=Layout:FOOTPRINT:REVS#$ADS_BOARDREVS:SECOND:
AUTOSAVE:EXT=$BRD_DBEXT:MSG=Board:FOOTPRINT:REVS#$ADS_AUTOSAVEREVS:SECOND:
BRD_LAYOUT_DB:EXT=$BRD_DBEXT:MSG=Board:FOOTPRINT:REVS#$ADS_BOARDREVS:
BRD_OPEN:EXT=$BRD_DBEXT:EXTALT=dpf:MSG=Designs:FOOTPRINT:REVS#$ADS_BOARDREVS:SECOND:
MCM_LAYOUT_DB:EXT=$MCM_DBEXT:MSG=Package Layout:FOOTPRINT:REVS#$ADS_BOARDREVS:
MCM_OPEN:EXT=$MCM_DBEXT:EXTALT=$DPM_DBEXT:MSG=Designs:FOOTPRINT:REVS#$ADS_BOARDREVS:SECOND:
CIO_LAYOUT_DB:EXT=$CIO_DBEXT:MSG=Planner Design:FOOTPRINT:REVS#$ADS_BOARDREVS:
SIP_LAYOUT_DB:EXT=$SIP_DBEXT:MSG=System in Package:FOOTPRINT:REVS#$ADS_BOARDREVS:
SIP_OPEN:EXT=$SIP_DBEXT:EXTALT=$DPS_DBEXT:MSG=Designs:FOOTPRINT:REVS#$ADS_BOARDREVS:SECOND:
MCM_SIP_OPEN:EXT=$MCM_DBEXT:EXTALT=$SIP_DBEXT:MSG=Designs:FOOTPRINT:REVS#$ADS_BOARDREVS:SECOND:
MCM_SIP_PARTITION_OPEN:EXT=$DPM_DBEXT:MSG=Package Partition:FOOTPRINT:REVS#$ADS_BOARDREVS:SECOND:
ALLEGRO_MODULE:PATH=MODULEPATH:EXT=module:NAME=standard:REVS#$ADS_TEXTREVS:MSG=Module:NOSPACE:
MODULE_DEF_DB:PATH=MODULEPATH:EXT=mdd:MSG=Module Definition:REVS#$ADS_BOARDREVS:NOSPACE:
DESIGN_PARTITION_DB:EXT=dpf:MSG=Design Partition:REVS#$ADS_BOARDREVS:
MCM_DESIGN_PARTITION_DB:EXT=$DPM_DBEXT:MSG=APD Design Partition:REVS#$ADS_BOARDREVS:
SIP_DESIGN_PARTITION_DB:EXT=$DPS_DBEXT:MSG=SiP Design Partition:REVS#$ADS_BOARDREVS:
DESIGN_PARTITION_TEXT:EXT=dpftxt:MSG=Design Partition:REVS#$ADS_TEXTREVS:
TILE_DEF_DB:PATH=TILEPATH:EXT=til:MSG=Tile Definition:REVS#$ADS_BOARDREVS:NOSPACE:
TILE_TEXT:PATH=TILEPATH:EXT=tdf:MSG=Tile Definition:REVS#$ADS_TEXTREVS:NOSPACE:
VIA_DEF_DB:PATH=MODULEPATH:EXT=vsd:MSG=Via Structure Definition:REVS#$ADS_BOARDREVS:NOSPACE:
BRD_TMPLT_DB:PATH=WIZARD_TEMPLATE_PATH:EXT=$ADS_DBEXT:MSG=Allegro Template:FOOTPRINT:REVS#$ADS_BOARDREVS:SECOND:
SYM_TMPLT_DB:PATH=WIZARD_TEMPLATE_PATH:EXT=dra:MSG=Symbol Template:FOOTPRINT:REVS#$ADS_BOARDREVS:SECOND:NOSPACE:
SYS_DESIGN_LINK:PATH=SCFPATH:EXT=scf:MSG=System Design Link:REVS#$ADS_BOARDREVS:NOSPACE:
ALLEGRO_SYSTEM_DB:PATH=SDBPATH:EXT=scd:MSG=System Database:REVS#$ADS_BOARDREVS:NOSPACE:
ALLEGRO_PACKAGE_DB:PATH=PSMPATH:EXT=psm:DBEDIT:DBMAXLEN#255:MATCHEXT:MSG=Package Symbol:REVS#$ADS_BOARDREVS:NOSPACE:
#
# changing DBMAXLEN to 254 for shape and flash symbols for fix for CCR 1792987 after discussing with Randy.
# In ADSOptions code, a DBMAXLEN of 255 gets changed to 31. A value of 254 stays 254.
#
ALLEGRO_SHAPE_DB:PATH=PSMPATH:EXT=ssm:DBEDIT:DBMAXLEN#254:MATCHEXT:MSG=Shape Symbol:REVS#$ADS_BOARDREVS:NOSPACE:
ALLEGRO_FLASH_DB:PATH=PSMPATH:EXT=fsm:DBEDIT:DBMAXLEN#254:MATCHEXT:MSG=Flash Symbol:REVS#$ADS_BOARDREVS:NOSPACE:
ALLEGRO_MECHANICAL_DB:PATH=PSMPATH:EXT=bsm:DBEDIT:DBMAXLEN#255:MATCHEXT:MSG=Mechanical Symbol:REVS#$ADS_BOARDREVS:NOSPACE:
ALLEGRO_FORMAT_DB:PATH=PSMPATH:EXT=osm:DBEDIT:MATCHEXT:MSG=Format Symbol:REVS#$ADS_BOARDREVS:NOSPACE:
ALLEGRO_DRAWING:PATH=PSMPATH:EXT=dra:MSG=Symbol Drawing:FOOTPRINT:REVS#$ADS_BOARDREVS:NOSPACE:
ALLEGRO_PADSTACK_DB:PATH=PADPATH:EXT=pad:DBEDIT:DBMAXLEN#255:MATCHEXT:MSG=Padstack:FOOTPRINT:REVS#$ADS_BOARDREVS:NOSPACE:
ALLEGRO_PADSTACK_NEW:PATH=WIZARD_TEMPLATE_PATH:EXT=pad:DBEDIT:DBMAXLEN#255:MATCHEXT:MSG=Padstack:FOOTPRINT:REVS#$ADS_BOARDREVS:NOSPACE:
ALLEGRO_PADSTACK_RULE:PATH=PADRULEPATH:EXT=xml:DBEDIT:DBMAXLEN#255:MATCHEXT:MSG=Rule File:FOOTPRINT:REVS#$ADS_BOARDREVS:NOSPACE:
ALLEGRO_PADSTACK_XML:PATH=PADXMLPATH:EXT=pxml:DBEDIT:DBMAXLEN#255:MATCHEXT:MSG=PXML File:FOOTPRINT:REVS#$ADS_BOARDREVS:NOSPACE:
PLACE_REP_DB:PATH=MODULEPATH:EXT=crf:MSG=Circuit Replicate:REVS#$ADS_BOARDREVS:NOSPACE:
SAV:EXT=SAV:MSG=Design SAV file:
ALLEGRO_LOG:EXT=log:DSDIRTY:MSG=Log File:REVS#$ADS_LOGREVS:SD=$ADS_SDLOG:
ALLEGRO_T
没有合适的资源?快使用搜索试试~ 我知道了~
cadence allegro 17.x 降版本到16.6的转换工具

共83个文件
xml:52个
dll:19个
txt:4个


温馨提示
cadence allegro 17.x转换为16.6版本转换工具
资源详情
资源评论
资源推荐
收起资源包目录






























































































共 83 条
- 1










ltqshs
- 粉丝: 2w+
- 资源: 169
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


会员权益专享
安全验证
文档复制为VIP权益,开通VIP直接复制

评论5