home *** CD-ROM | disk | FTP | other *** search
- ; *************************************************************************
- ; ** SMALL LIST **
- ; ** Control File **
- ; *************************************************************************
- ;
- ;
- ; The REGKEY keyword is used to enter your registration key if you are
- ; a registered user. Place your registration key after the REGKEY keyword.
- ;
- ;REGKEY
- ;--------------------------------------------------------------------------
- ;
- ;The SOURCELIST and TARGETLIST keywords indicate where the target and source
- ;lists are to be placed and their names. DO NOT include an extension since
- ;the newest extension will always be used.
- ;
- SOURCELIST E:\DB\NODELIST\NODELIST
- TARGETLIST E:\DB\NODELIST\105LIST
- ;--------------------------------------------------------------------------
- ; The INCLUDE_REGION keyword may be used as many times as you like to
- ; List all the regions you want to include in the short list.
- ;
- ;INCLUDE_REGION 17
- ;--------------------------------------------------------------------------
- ;
- ; The INCLUDE_NET keyword may be used as many times as you like to list
- ; all the nets you want to include in the short list. It is not necessary
- ; to include nets that are within a region specified by a INCLUDE_REGION
- ; statement. This is both unnecessary and slows down the conversion.
- ;
- INCLUDE_NET 105
- ;-------------------------------------------------------------------------
- ;
- ; The INCL_REGN_INDP keyword will specify that a regions independants
- ; should be listed. This does NOT include any nets. This is only the
- ; regional independants listed at the beginning of each region before the
- ; first net. This should not be used if the entire region was included
- ; with the INCLUDE_REGION keyword!
- ;
- INCL_REGN_INDP 17
- ;-------------------------------------------------------------------------