blob: 890a34fa7db2d209f2fdfe3cf4102395005acd01 [file] [log] [blame]
;; this will load all the pad pcell files to create the symbols, layout, and cdf
let( (fileLocation filePath)
fileLocation = simplifyFilename(which(get_filename(piport)))
filePath = strcat( "/" buildString(reverse(cdr(reverse(parseString(fileLocation
"/")))) "/") )
;printf("skillFile location: %s\n" filePath )
; create symbols
loadi(strcat(filePath "/SYMBOLS/S130padPcell.SYM.il"))
; create layout
loadi(strcat(filePath "/LAYOUTS/S130padPcell.LAY.il"))
; create CDFs
loadi(strcat(filePath "/CDFS/S130padPcell.CDF.il"))
); let