File size: 587 Bytes
c1384fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SKILL for Codemirror
This extension provides a *SKILL* mode for CodeMirror editor.

The extension adds a MIME type `x-skill` and a mode `skill` that can be
used with CodeMirror.  

## About SKILL
From [Wikipedia](https://en.wikipedia.org/wiki/Cadence_SKILL):
SKILL is a Lisp dialect used as a scripting language and PCell (parameterized
cells) description language used in many EDA software suites by Cadence Design
Systems (e.g. Cadence Allegro and Cadence Virtuoso)

## Notes
This extension was written to enhance the Virtuoso kernel for Jupyter
(https://github.com/benvarkey/JuVi).