SKiDL¶
SKiDL source code decoumentation.
Description¶
The SKiDL Python package lets you compactly describe the interconnection of electronic circuits and components. The resulting Python program performs electrical rules checking for common mistakes and outputs a netlist that serves as input to a PCB layout tool.
Installation¶
You can install SKiDL using pip
:
pip install skidl
Usage¶
Learn howe to use SKiDL with this tutorial.