Activity 3: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Using ngspice in Python == https://cidr.up-microlab.org/index.php/Using_Python_with_NGSPICE Using Python with NGSPICE") |
|||
Line 1: | Line 1: | ||
== Using ngspice in Python | == Activity: Characterize an inverter in SkyWater 130nm | ||
* [[Installing the SkyWater 130nm Design Kit]] | |||
** The SKY130 design kit [https://skywater-pdk.readthedocs.io/en/main/index.html documentation] (still a work in progress) | |||
** [https://isn.ucsd.edu/courses/beng207/lectures/Tim_Edwards_2021_slides.pdf Introduction to the SkyWater PDK] by Tim Edwards ([https://efabless.com/ efabless]) | |||
** The MAGIC [http://opencircuitdesign.com/magic/userguide.html user guide] | |||
* [[Installing XSCHEM]] | |||
** The XSCHEM [https://xschem.sourceforge.io/stefan/xschem_man/xschem_man.html online manual] | |||
* An alternative and step-by-step installation of NGSPICE, MAGIC, XSCHEM, and the SkyWater 130nm Design Kit onto a dedicated Linux (Ubuntu) virtual machine using virtualization software such as [https://www.virtualbox.org/ VirtualBox] or [https://www.qemu.org/ QEMU]. | |||
** [[Installing Open-Source EDA Tools on a Virtual Machine]] | |||
* Using ngspice in Python | |||
[[https://cidr.up-microlab.org/index.php/Using_Python_with_NGSPICE Using Python with NGSPICE]] | [[https://cidr.up-microlab.org/index.php/Using_Python_with_NGSPICE Using Python with NGSPICE]] |
Revision as of 13:40, 5 October 2023
== Activity: Characterize an inverter in SkyWater 130nm
- Installing the SkyWater 130nm Design Kit
- The SKY130 design kit documentation (still a work in progress)
- Introduction to the SkyWater PDK by Tim Edwards (efabless)
- The MAGIC user guide
- Installing XSCHEM
- The XSCHEM online manual
- An alternative and step-by-step installation of NGSPICE, MAGIC, XSCHEM, and the SkyWater 130nm Design Kit onto a dedicated Linux (Ubuntu) virtual machine using virtualization software such as VirtualBox or QEMU.
- Using ngspice in Python