Cadence SKILL


SKILL is a Lisp dialect used as a scripting language and PCell description language used in many EDA software suites by Cadence Design Systems. It was originally put forth in an IEEE paper in 1990.

History

SKILL was originally based on a flavor of Lisp called Franz Lisp created at UC Berkeley by the students of Professor Richard J. Fateman. SKILL is not an acronym; it is a name. For trademark reasons Cadence prefers it be capitalized.
Franz Lisp and all other flavors of LISP were eventually superseded by an ANSI standard for Common Lisp. Historically, SKILL was known as IL. SKILL was a library of IL functions. The name was originally an initialism for Silicon Compiler Interface Language, pronounced "SKIL", which then morphed into "SKILL", a plain English word that was easier for everyone to remember.
"IL" was just Interface Language. Although SKILL was used initially to describe the API rather than the language, the snappier name stuck. The name "IL" remains a common file extension used for SKILL code designating that the code contained in the file has lisp-2 semantics. Another possible file extension is, designating that the content has lisp-1 semantics.