viewdraw.ini
5.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
| 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