# Pc14 CDR configuration file for outer layers
# Location: $GENESIS_DIR/sys/hooks/cdr/pc14/ol_cfg_file
# '#' is the character used for comments
# All keywords are NOT case sensitive
# The units of all fields are Mils (except for TARGETs and OFFSETs which are in Inches)

PRODUCTION_STAGES = COPPER;          # default production stages names seperated by ";"
                                     # options: according to stages defined for Pc14 machine
                                     # list of stages may be found in
                                     # <pc14 mount point>/pc14_interface/stages
                                     # pc14 mount point is defined in genesis configuration
                                     # field: cdr14_output_path
                                     # If stages list is not defined we use a default list
                                     # where the options are:
                                     # COPPER, PHOTOTOOLS, RESIST, OXIDE, REFLOW, DRILL        

ALIGN_TARGET_ATTR = align_target     # Any user attribute or system attribute to be
                                     # used for setting alignment target for pc14
ALIGN_TARGET_SYM =                   # Any name of symbol (special or not) to  be
                                     # used for setting alignment target for pc14

PINLESS_ALIGN_TYPE = CENTER          # Automatic setup of pc14 will align
                                     # layers according to PINLESS_ALIGN_TYPE
                                     # Options: Left (default), center
        
        
VRS_TARGET_ATTR = vrs_target         # Any user attribute or system attribute to be
                                     # used for setting VRS target.
VRS_TARGET_SYM =                     # Any name of symbol (special or not) to  be
                                     # used for setting VRS target.
        
MARKER_TARGET_ATTR = marker_target   # Any user attribute or system attribute to be
                                     # used for setting marker check point target.        
MARKER_TARGET_SYM =                  # Any name of symbol (special or not) to  be
                                     # used for setting setting marker check point target.
MARKER_MODE = PCB_MODE               # Options: PANEL_MODE, PCB_MODE
        
TARGETS_SNAP_LAYER =                 # Snap layer for targets.
                                     # If TARGETS_SNAP_LAYER is defined, targets will be
                                     # searched for in this layer, if the search fails
                                     # another search will be performed on the original layer

ETCH_GRP { 
           PHOTOTOOL_ETCH = 1.000000        # Default etch for phototools stages.
           DEF_ETCH = 2.000000              # Default etch for non phototools stages.

                                            # Higher priority:
           SIGNAL_ETCH = 0                  # Default etch for stages of signal layers 
           PG_ETCH = 0                      # Default etch for stages of power ground layers 
} 

OL_GRP {                                    # Definition of class files and for inner layers.
                                            # options: according to class files defined for Pc14 machine
                                            # list of class files may be found in
                                            # <pc14 mount point>/pc14_interface/classes/classes_list
                                            # pc14 mount point is defined in genesis configuration
                                            # field: cdr14_output_path
           DEF_CLASS_FOR_SIGNAL =           # Default class file for stages of outer signal layers
           DEF_CLASS_FOR_PG =               # Default class file for stages of outer pg layers
           DEF_CLASS_FOR_MIXED =            # Default class file for stages of outer mixed layers
}
        
ILWH_GRP {                                  # Definition of class files 
                                            # for inner layer with holes.
                                            # same as OL_GRP
           DEF_CLASS_FOR_SIGNAL =   
           DEF_CLASS_FOR_PG =   
           DEF_CLASS_FOR_MIXED =   
}

# Definition of toolsets for pc14.        
TOOLSETS { 
           1 {                                # Toolset number options 1...99
                MIRRORED = yes                # Options: yes, no
                ROTATE = 270                  # Options: 0, 90, 180, 270
                POLARITY = POSITIVE           # Options: positive, negative
                OFFSETS = 4.435285, 8.417225 
           } 
           2 {
                MIRRORED = yes 
                ROTATE = 90 
                POLARITY = POSITIVE 
                OFFSETS = 7.399165, -1.835638 
           } 
} 
