forked from IDMComputerSolutions/wordfiles
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Cadence_SKILL.uew
executable file
·881 lines (881 loc) · 12.2 KB
/
Cadence_SKILL.uew
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
/L20"Cadence SKILL / SKILL++"
/Delimiters = ~!@%^&*()-+=|\/{}[]:;$"'`<>,. ?
/String Chars = "
/Line Comment Num = 2;
/Block Comment On = /*
/Block Comment Off = */
/File Extensions = IL ILS ILINIT
/Function String = "%[a-zA-Z\(]+ _R_lib^(*^))"
/Function String 1 = "%[a-zA-Z\(]+ (_R_lib^(*^))"
/Function String 2 = "%[a-zA-Z\(]+procedure[ \(]+R_^([a-zA-Z1-9_]+^)"
/Function String 3 = "%[a-zA-Z\(]+procedure[ \(]+^(*^))"
/Function String 4 = "%[a-zA-Z\(]+defun[ \(]^(*^))"
/Function String 5 = "%[ ;^t]*SECTION_[0-9]+"
/C1"AXL Functions"
axlAddAutoAssignNetAlgorithm
axlAddSelectAll
axlAddSelectBox
axlAddSelectName
axlAddSelectObject
axlAddSelectPoint
axlAddSimpleMoveDynamics
axlAddSimpleRbandDynamics
axlAssignNet
axlAutoOpenFindFilter
axlBuildClassPopup
axlBuildSubclassPopup
axlCmdList
axlCNSDesignModeGet
axlCNSDesignModeSet
axlCNSDesignValueCheck
axlCNSDesignValueGet
axlCNSDesignValueSet
axlCNSEcsetCreate
axlCNSEcsetDelete
axlCNSEcsetGet
axlCNSEcsetModeGet
axlCNSEcsetModeSet
axlCNSEcsetValueCheck
axlCNSEcsetValueGet
axlCNSEcsetValueSet
axlCNSMapClear
axlCNSMapUpdate
axlCancelEnterFun
axlCancelOff
axlCancelOn
axlCancelTest
axlChangeNet
axlClearDynamics
axlClearSelSet
axlCloseFindFilter
axlCmdList
axlCmdRegister
axlCmdUnregister
axlCompileSymbol
axlConductorBottomLayer
axlConductorTopLayer
axlControlRaise
axlCreateAttachment
axlCreateNet
axlCreateShort
axlCurrentDesign
axlDBActiveShape
axlDBAddGroupObjects
axlDBAddProp
axlDBChangeDesignExtents
axlDBChangeDesignOrigin
axlDBChangeDesignUnits
axlDBCheck
axlDBCloak
axlDBControl
axlDBCreateCircle
axlDBCreateCloseShape
axlDBCreateExternalDRC
axlDBCreateFilmRec
axlDBCreateGroup
axlDBCreateLine
axlDBCreateModuleDef
axlDBCreateModuleInstance
axlDBCreateOpenShape
axlDBCreatePadStack
axlDBCreatePath
axlDBCreatePin
axlDBCreatePropDictEntry
axlDBCreateRectangle
axlDBCreateShape
axlDBCreateSymbol
axlDBCreateSymbolAutosilk
axlDBCreateSymbolSkeleton
axlDBCreateText
axlDBCreateVia
axlDBCreateVoid
axlDBCreateVoidCircle
axlDBDelLock
axlDBDeleteProp
axlDBDisbandGroup
axlDBGetAttachedText
axlDBGetConnect
axlDBGetDesign
axlDBGetDesignUnits
axlDBGetDrillPlating
axlDBGetLayerType
axlDBGetLock
axlDBGetLonelyBranches
axlDBGetManhattan
axlDBGetOpenCount
axlDBGetPad
axlDBGetPropDictEntry
axlDBGetProperties
axlDBIsBondingWireLayer
axlDBIsBondpad
axlDBIsBondwire
axlDBIsDiePad
axlDBIsFixed
axlDBIsPackagePin
axlDBIsPlatingbarPin
axlDBRefreshId
axlDBRemoveGroupObjects
axlDBSectorSize
axlDBSetLock
axlDBTransactionCommit
axlDBTransactionMark
axlDBTransactionOops
axlDBTransactionRollback
axlDBTransactionStart
axlDMBrowsePath
axlDMClose
axlDMDirectoryBrowse
axlDMFileBrowse
axlDMFileParts
axlDMFindFile
axlDMGetFile
axlDMOpenFile
axlDMOpenLog
axlDMTouch
axlDRCGetCount
axlDeassignNet
axlDebug
axlDefineShort
axlDehighlightObject
axlDeleteAttachment
axlDeleteFillet
axlDeleteObject
axlDesignType
axlDiffPair
axlDiffPairAuto
axlDiffPairDBID
axlDistance
axlDrawObject
axlDynamicsObject
axlEndSkillMode
axlEnterAngle
axlEnterBox
axlEnterEvent
axlEnterPath
axlEnterPoint
axlEnterPolar
axlEnterString
axlEraseObject
axlEventSetStartPopup
axlExtentDB
axlExtentLayout
axlExtentSymbol
axlExtractMap
axlExtractToFile
axlFillet
axlFindFilterIsOpen
axlFinishEnterFun
axlFlushDisplay
axlFormAutoResize
axlFormBuildPopup
axlFormClose
axlFormColorize
axlFormCreate
axlFormDefaultButton
axlFormDisplay
axlFormGetActiveField
axlFormGetField
axlFormGetFieldType
axlFormGridBatch
axlFormGridCancelPopup
axlFormGridDeleteRows
axlFormGridEvents
axlFormGridGetCell
axlFormGridInsertCol
axlFormGridInsertRows
axlFormGridNewCell
axlFormGridOptions
axlFormGridReset
axlFormGridSetBatch
axlFormGridUpdate
axlFormInvalidateField
axlFormIsFieldEditable
axlFormIsFieldVisible
axlFormListAddItem
axlFormListDeleteAll
axlFormListDeleteItem
axlFormListGetItem
axlFormListOptions
axlFormListSelect
axlFormMsg
axlFormRefreshOff
axlFormRefreshOn
axlFormRestoreField
axlFormSetActiveField
axlFormSetDecimal
axlFormSetField
axlFormSetFieldEditable
axlFormSetFieldLimits
axlFormSetFieldVisible
axlFormSetInfo
axlFormTitle
axlFormTreeViewAddItem
axlFormTreeViewChangeImages
axlFormTreeViewChangeLabel
axlFormTreeViewGetImages
axlFormTreeViewGetLabel
axlFormTreeViewGetParents
axlFormTreeViewGetSelectState
axlFormTreeViewLoadBitmaps
axlFormTreeViewSet
axlFormTreeViewSetSelectState
axlGRPDrwBitmap
axlGRPDrwCircle
axlGRPDrwInit
axlGRPDrwLine
axlGRPDrwMapWindow
axlGRPDrwPoly
axlGRPDrwRectangle
axlGRPDrwText
axlGRPDrwUpdate
axlGeoArcCenterAngle
axlGeoArcCenterRadius
axlGeoEqual
axlGeoPointInShape
axlGetActiveLayer
axlGetActiveTextBlock
axlGetAlias
axlGetAllAttachmentNames
axlGetAttachment
axlGetDrawingName
axlGetFindFilter
axlGetLastEnterPoint
axlGetModuleInstanceDefinition
axlGetModuleInstanceLocation
axlGetModuleInstanceLogicMethod
axlGetModuleInstanceNetExceptions
axlGetParam
axlGetSelSet
axlGetSelSetCount
axlGetTrapBox
axlGetVariable
axlHighlightObject
axlHttp
axlIFFclose
axlIFFopen
axlIFFread
axlIFFreadXY
axlIsAttachment
axlIsBetween
axlIsDBIDType
axlIsDummyNet
axlIsFormType
axlIsGridCellType
axlIsLayer
axlIsLayerNegative
axlIsPinUnused
axlIsPointInsideBox
axlIsPointOnLine
axlIsPolyType
axlIsProtectAlias
axlIsViewFileType
axlIsVisibleLayer
axlKillDesign
axlLayerCreateCrossSection
axlLayerCreateNonConductor
axlLayerGet
axlLineSlope
axlLineXLine
axlLoadPadstack
axlLogHeader
axlMKS2UU
axlMKSAlias
axlMKSConvert
axlMKSStr2UU
axlMapClassName
axlMemSize
axlMeterCreate
axlMeterDestroy
axlMeterIsCancelled
axlMeterUpdate
axlMiniStatusLoad
axlMsgCancelPrint
axlMsgCancelSeen
axlMsgClear
axlMsgContextClear
axlMsgContextFinish
axlMsgContextGet
axlMsgContextGetString
axlMsgContextGetStringLow
axlMsgContextInBuf
axlMsgContextPrint
axlMsgContextRemove
axlMsgContextStart
axlMsgContextTest
axlMsgPut
axlMsgSet
axlMsgTest
axlNTLAssignNet
axlNTLCreateNet
axlNTLDeassignNet
axlNTLRemoveNet
axlNTLRenameNet
axlNetEcsetValueGet
axlNetLogic
axlNetSched
axlNetout
axlOK2Void
axlOKToProceed
axlOSFileCopy
axlOSFileMove
axlOSSlash
axlOpenDesign
axlOpenFindFilter
axlPPrint
axlPadstackToDisk
axlPartLogic
axlPathArcAngle
axlPathArcCenter
axlPathArcRadius
axlPathGetLastPathSeg
axlPathGetPathSegs
axlPathGetWidth
axlPathLine
axlPathSegGetArcCenter
axlPathSegGetArcClockwise
axlPathSegGetEndPoint
axlPathSegGetWidth
axlPathStart
axlPathStartCircle
axlPdfView
axlPlatingBarCheck
axlPolyErrorGet
axlPolyExpand
axlPolyFromDB
axlPolyFromHole
axlPolyMemUse
axlPolyOperation
axlProtectAlias
axlPurgePadstacks
axlRatsnestBlank
axlRatsnestDisplay
axlRecursiveDelete
axlRegexpIs
axlRemoveNet
axlRenameDesign
axlRenameNet
axlRenameRefdes
axlReplacePadstack
axlRunBatchDBProgram
axlSNGetPinsOfNet
axlSaveDesign
axlSegDelayAndZ0
axlSelect
axlSelectByName
axlSelectByProperty
axlSelectPopupList
axlSetActiveLayer
axlSetAlias
axlSetAttachment
axlSetFindFilter
axlSetLineLock
axlSetParam
axlSetPlaneType
axlSetRotateIncrement
axlSetSymbolType
axlSetVariable
axlShell
axlShoveItems
axlShoveSetParams
axlShowObject
axlShowObjectToFile
axlSingleSelectBox
axlSingleSelectName
axlSingleSelectObject
axlSingleSelectPoint
axlSmoothDesign
axlSmoothItems
axlSmoothSetParams
axlSort
axlSubSelectAll
axlSubSelectBox
axlSubSelectName
axlSubSelectObject
axlSubSelectPoint
axlSubclassFormPopup
axlSwapComponent
axlSwapSymbols
axlTechnologyType
axlTempDirectory
axlTempFile
axlTempFileRemove
axlTestPoint
axlTransformObject
axlTriggerClear
axlTriggerPrint
axlTriggerSet
axlUICmdPopupSet
axlUIConfirm
axlUIEditFile
axlUIGetUserData
axlUIMenuDump
axlUIMenuLoad
axlUIMultipleChoice
axlUIPopupDefine
axlUIPopupSet
axlUIPrompt
axlUIViewFileCreate
axlUIViewFileReuse
axlUIViewFileScrollTo
axlUIWBeep
axlUIWBlock
axlUIWClose
axlUIWDisableQuit
axlUIWExpose
axlUIWExposeByName
axlUIWPerm
axlUIWPrint
axlUIWRedraw
axlUIWSetHelpTag
axlUIWSetParent
axlUIWShow
axlUIWUpdate
axlUIYesNo
axlUIYesNoCancel
axlUnsetVariable
axlUtilChkStr
axlVersion
axlVersionIdGet
axlVersionIdPrint
axlVisibleDesign
axlVisibleGet
axlVisibleLayer
axlVisibleSet
axlVisibleUpdate
axlWindowBoxGet
axlWindowBoxSet
axlWindowFit
axlWizFormCreate
axlWizGetCurrentPage
axlWizSetFinishMode
axlWizSetNextPage
axlZoomToDbid
axl_netout
axl_ol_ol
axl_ol_ol2
axldo
axldoStar
axlfcreate
lowerLeft
lowerLeftX
lowerLeftY
upperRight
upperRightX
upperRightY
xCoord
yCoord
/C2"SKILL Functions"
abs
acos
add1
addDefstructClass
alias
alphalessp
alphaNumCmp
and
append
append1
apply
argc
argv
arrayp
arrayref
asin
assoc assq assv
atan
atof
atoi
atom
band
bcdp
begin
bitfield1
bitfield
blankstrp
bnand
bnor
bnot
booleanp
bor
boundp
buildString
bxnor
bxor
caar caaar caadr cadr caddr cdar cddr
car
case caseq
cdr
cdsGetInstPath
ceiling
changeWorkingDir
charToInt
clearExitProcs
close
compareTime
compress
concat
cond
cons
copy
copyDefstructDeep
cos
cputime
createDir
csh
declare
declareLambda
declareNLambda
declareSQNLambda
define
defmacro
defMathConstants
defprop
defstruct
defstructp
defun
defUserInitProc
defvar
deleteDir
deleteFile
difference
display
do
drain
dtpr
ed
edi
edit
edl
envobj
eq
equal
eqv
err
error
errset
errsetstring
eval
evalstring
evenp
exists
exit
exp
expandMacro
expt
fboundp
fileLength
fileSeek
fileTell
fileTimeModified
fix
fixp
float
floatp
floor
fprintf
fscanf
funcall
funobj
gc
gensym
geqp
get
get_filename
get_pname
get_string
getc
getchar
getCurrentTime
getd
getDirFiles
getFnWriteProtect
getFunType
getInstallPath
getLogin
getPrompts
getq
getqq
getTempDir
gets
getShellEnvVar
getSkillPath
getSkillVersion
getVarWriteProtect
getVersion
getWarn
getWorkingDir
go
greaterp
help
importSkillVar
index
infile
inportp
inScheme
inSkill
instring
integerp
intToChar
isCallable
isDir
isExecutable
isFile
isFileEncrypted
isFileName
isInfinity
isLargeFile
isLink
isMacro
isNaN
isReadable
isWritable
lambda
last
lconc
leftshift
length
leqp
lessp
let
letrec
letseq
lineread
linereadstring
list
listp
listToVector
load
loadi
loadstring
log
log10
lowerCase
makeTable
makeTempFileName
makeVector
map
mapc
mapcan
mapcar
maplist
max
measureTime
member memq memv
min
minus
minusp
mod
modulo
mprocedure
nconc
ncons
needNCells
negativep
neq
nequal
newline
nindex
nlambda
not
nprocedure
nth
nthcdr
nthelem
null
numberp
numOpenFiles
oddp
onep
openportp
or
otherp
outfile
outportp
pairp
parseString
plist
plus
plusp
portp
postdecrement
postincrement
pprint
predecrement
preincrement
prependInstallPath
print
printf
printlev
println
procedure
procedurep
prog
prog1
prog2
progn
putd
putprop
putpropq
putpropqq
quote
quotient
random
range
read
readstring
readTable
realp
regExitAfter
regExitBefore
remainder
remd
remdq
remExitProc
remove
remprop
remq
renameFile
return
reverse
rexCompile
rexExecute
rexMagic
rexMatchAssocList
rexMatchList
rexMatchp
rexReplace
rexSubstitute
rightshift
rindex
round
rplaca
rplacd
scanf
sscanf
schemeTopLevelEnv
set
setarray
setcar
setcdr
setFnWriteProtect
setof
setplist
setPrompts
setq
setqbitfield1
setqbitfield
setShellEnvVar
setSkillPath
setVarWriteProtect
sh shell
simplifyFilename
sin
sort
sortcar
sprintf
sqrt
srandom
sstatus
status
strcat
strcmp
stringp
stringToFunction
stringToSymbol
stringToTime
strlen
strncat
strncmp
sub1
subst
substring
sxtd
symbolp
symbolToString
symeval
symstrp
system
tablep
tableToList
tailp
tan
tconc
theEnvironment
times
timeToString
timeToTm
tmToTime
truncate
type typep
unalias
upperCase
vector
vectorp
vectorToList
vi vii vil
warn
which
write
writeTable
xcons
xdifference
xplus
xquotient
xtimes
zerop
zxtd
/C3"Flow Control"
cond
else
for
forall
foreach
if
nil
t then
unless
when while
/C4"Operators"
=
~
!
@
%
^
&
$
*
(
)
-
+
=
|
\ \\
/ //
{
}
[
]
:
;
'
`
<
>
,
.
?
/C5"Args & Structures"
** '
** ?
** copy_
** make_
/C6"Local Functions"
** (
** _
/C7"User Prefixes & Packages"
** DT_
** _DT_
** R_
** _R_lib