-
Notifications
You must be signed in to change notification settings - Fork 7
/
.cdsinit
35 lines (24 loc) · 886 Bytes
/
.cdsinit
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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;; CADENCE CUSTOMIZATION
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; CIW Customizations
hiResizeWindow(hiGetCIWindow() list(3000:200 3600:1000))
Host = getShellEnvVar("HOSTNAME")
User = getShellEnvVar("USER")
;SimDir = getShellEnvVar("MY_SIM_DIR")
;envSetVal("asimenv.startup" "projectDir" 'string SimDir)
;Define the text editor
editor = "gedit";
; Set the Undo Limit
hiSetUndoLimit(30)
envLoadFile("./.cdsenv")
asiSetEnvOptionVal( asiGetTool('ams) 'modelFiles '(("./Models/7nmLib.scs" "TT")) )
ddsOpenLibManager()
; Add folder to look for skill scripts in
setSkillPath('("." "~" "./Skill/"))
; Color splash set to F9
loadi "colorSplash.il"
printf( "Color Splash set to F9")
; Auto load ocean scripts after ADEXL simultion
;load("abXLRunAfterSim.ils")
;abXLRunAfterSimInit()