; .cdsinit -- Inherited Connections Tutorial
;    Cadence Design Systems
;
; Set log filter to all true (raap, 12/08/04)
hiSetFilterOptions(t t t t t t t)

; load bindKeys
load(prependInstallPath("/samples/local/schBindKeys.il"))
load(prependInstallPath("/samples/local/leBindKeys.il"))
load(prependInstallPath("/samples/local/lxBindKeys.il"))
;load("./customBindKeys.il")

;set the interface environment etc.
;hiiSetFont("text" "-adobe-courier-bold-r-*-*-18-*")
;hiShowOptionsForm = nil
;window(1)->infix = nil
;hiSetUndoLimit(10)
;window(1)->useScrollbars = t

; Resize window etc.
hiFlush()
hiResizeWindow(window(1) list(3:3 750:180))
;ddsOpenLibManager()

; # Set this in the .cshrc* file...
;setShellEnvVar("CDS_Netlisting_Mode=Analog")


envLoadFile("./.cdsenv")

; ####  Print copyright file to CIW when IC tools are invoked ####
let( ( inPort nextLine )
  inPort = infile( "./copyright" )
  when( inPort
    while( gets( nextLine inPort )
      printf( nextLine )
    ); while
    close( inPort )
  ) ; when
) ; let


; #########  End of .cdsinit file  #########
