viewdraw.ini 5.8 KB
| Viewdraw initialization file for Version 5.0
| 
| (c) Copyright 1985, 1992 Viewlogic Systems, Inc.
|
|
| Set the default display characteristics for each object
|
|
| Colors
| ------------------------------------------------------------------
|
|  0  Black   |  4  Red       |   8  Gray       |  12  Lt. Red
|  1  Blue    |  5  Magenta   |   9  Lt. Blue   |  13  Lt. Magenta
|  2  Green   |  6  Brown     |  10  Lt. Green  |  14  Yellow
|  3  Cyan    |  7  Lt. Gray  |  11  Lt. Cyan   |  15  White
|
|
| Fillstyles:
| ------------------------------------------------------------------
|
|  0  Hollow  |  1  Solid
|
|
| Object              Color Fillstyle Linestyle
|                            or Font
| ------              ----- --------- ---------
|
NET               4      1       0
COMPONENT        15      0       0
ATTRIBUTE        14      0       0
LABEL            15      0       0
PIN               3      0       0

BOX               2      0       0
LINE              2      0       0
CIRCLE            2      0       0
ARC               2      0       0
TEXT             10      0       0

|
| set the display characteristics for the selection layer
|
SELECTION_LAYER  15      0       0
|
| set the display characteristics for the border layer
|
BORDER_LAYER     15      0       0
|
| set the display characteristics for the value layer
|
VALUE_LAYER       7      0       0
|
| set the display characteristics for the annotation layer
|
ANNO_LAYER        7      0       0

|
| Default values
|

GRID               10           | Grid spacing (units)

DOTSIZE             2           | Solder dot radius (units)
BUS_DOTSIZE         3           | Bus solder dot radius (units)
BOXSIZE             3           | Dangling joint box width (units)
TEXTSIZE            6           | Text size (units)
TEXTORIGIN          3           | Text origin
BUSWIDTH            2           | Bus half-width (units)
BUBBLESIZE          3           | Bubble size on pins (units)

AUTOLOG            10           | Autolog value (number of Viewdraw commands to
                        | hold before writing to log file)

SDISTANCE          10           | Selection distance (units)
ADISTANCE           0           | Avoidance distance (units)

SHEETSIZE           1           | Sheet size.
                        |  0 = ASIZE,  1 = BSIZE,  2 = CSIZE,  3 = DSIZE,
                        |  4 = ESIZE,  5 = A4,     6 = A3,     7 = A2,
                        |  8 = A1,     9 = A0
                        | 10 = ZSIZE (requires width and height)
                        | Ex:  SHEETSIZE 10 200 200

ROUTE               2           | Net routing.
                        | 0 = Straight, 1 = Orthogonal, 2 = Avoidance

SCOPE               0           | Scope for labels  0 = Local, 1 = Global

TEXT_THRESHOLD      3           | Threshold (units)

NEW_ATTR_VIS        1           | New attribute and value visibility
                        | 1 = Name and value visible,
                        | 2 = Name only visible
                        | 3 = Value only visible

BLOCKTYPE           1           | Default block type
                        | 0 = Composite, 1 = Module, 2 = annotate, 3 = pin

UNDO               16           | number of commands to undo ** Changed at 5.0 **

|
| Default modes. (1 = On or Yes;  0 = Off or No.)
|

GRIDON              1           | Grid display.
BORDERON            1           | Border display.
HEADERON            1           | Header display.
COMPTEXTON          1           | Component text, labels and attributes.
TEXTON              1           | Text.
ATTRON              1           | Attributes
LABELON             1           | labels
DETAIL              0           | detail ** Changed at 5.0 **
SNAPTOPIN           1           | snap to pin
UNIQUE_LABEL        0           | create unique labels on copy
VALUESON            1           | display simulation values (or generic b/a)
CONTEXT_WINDOW      0           | display context window ** Changed at 5.0 **
NAMESON             0           | display internal names
SORTON              1           | alphabetically sort dialog entries
PNUMSON             1           | display pin numbers
RNUMSON             1           | display refdes
DEFSHEET            1           | search for sheet template for new sheets
XTRAERRS            1           | print out all errors in checker
DBOXON              0           | pick names from dialog boxes


NETNAME VDD             | Upon creation, VDD will have global scope.
NETNAME GND             | Upon creation, GND will have global scope.

|SYMBOL_QUALIFIERS  \D   | Demorgan 
|SYMBOL_QUALIFIERS  \C   | Conventional
|SYMBOL_QUALIFIERS  \A   | Ansi
|SYMBOL_QUALIFIERS  \P   | Package

ATTR_RESET SS#1         | Never copy this SCICARD attribute
ATTR_RESET SS#2         | Never copy this SCICARD attribute
ATTR_RESET ALL_ID       | Never copy this ALLEGRO attribute
ATTR_RESET GEN_ID       | Never copy this ALLEGRO attribute

ATTR_RESET REFDES SYMBOL_VALUE  | Reset REFDES attribute value from symbol

| |5.0 ATTR_PROMOTE 
|5.0 COARSE_GRID         1
|5.0 DYNAMIC_XY          0
|5.0 BEGIN_NETS_IN_SPACE         0
|5.0 OATS                0

| Design Directories
| ------------------
|
| Format: DIR [DirType(s)] DirPath (LibName)
|
|   DirType:   p or pw  - primary / writable
|              w        - writable (read/write)
|              r        - read-only
|              m or rm  - read-only megafile
|
|   DirPath:   directory specification
|
|   LibName:   library name aka library alias or VHDL library name (optional)
|              32 characters or less.  Must begin with a letter.
|
| examples:
|
|       DIR [p] .
|       DIR [r] /workview/wvlibs/74ls     (vl74ls)
|       DIR [r] /workview/wvlibs/builtin  (builtin)
|       DIR [w] under/development/alu      (newalu)
|
DIR [pw] /usr/people/kag/wrk/view/reality
DIR [w] /usr/people/kag/wrk/view/reality/lib (prlib)
| DIR [r] /ecad/lib/view/boards