; AdvisoryDrc.rul
; ============================================================================
;  Copyright (C) 1986, 1987 by Xerox Corporation.  All rights reserved.
;  Written by Mark Ross  March 30, 1987 9:23:28 am PST
;
;   The design rules contained herein are proprietary and confidential.  Any 
;   release of these rules without the written consent of Xerox Corporation is prohibited.
;    
;    Command file for 2 micron design rules.
;       VTI Advisory rules are contained in this file.
;
;    Edit History:
;
; -- Last Edited: 
;
; ============================================================================

*DESCRIPTION
PROGRAM-DIR = /user/csl/ecad/drc16p/
SYSTEM = CIF
SCALE = 0.01 MIC
RESOLUTION = 0.01 MIC
INDISK = in.cif
OUTDISK = drcout.cif
KEEPDATA = SMART
MODE = EXEC NOW
SYSOUT = CIF 
SCALEOUT = 0.25 MIC
PRINTFILE = drcout
*END

; ============================================================================
;     Specify the input layers coming from the tape.
; ============================================================================
*Input-Layer
nwell = CNW
nwcont = CNWC
pwcont = CPWC
ndiff = CND
pdiff = CPD
poly = CP
cont = CC
met1 = CM
via = CC2
met2 = CM2
butting = CB
pad = CG

*END

; ============================================================================
;     Actual DRC follows:
; ============================================================================

*Operation

;  Create all of the right "things" from the mask data
OR ndiff pdiff sdiff
OR nwcont pwcont cdiff
OR sdiff cdiff diff

EXT via diff LT 2 OUTPUT errv9 6  ; VTIRule advisory  (2)
ENC[to] via diff LT 2 OUTPUT errv20 6 

WIDTH met1 LT 3 OUTPUT err1m3 5   ; VTIRule 6.6.1  (2)

AND via poly bdvia OUTPUT errv21 6

*END