Installing XSCHEM: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
== Using XSCHEM with the SkyWater 130nm PDK == | == Using XSCHEM with the SkyWater 130nm PDK == | ||
To test your XSCHEM installation, you can use this sample [https://github.com/louisalarcon/ee220/blob/17b0d3bcd65fbbf05296293176a63dbc918f835b/cidr/cs-amp-gain-lvt.sch schematic] of a common-source amplifier, with the (1) test voltages and load capacitors, and (2) the simulation analyses added added as NGSPICE code. | |||
[[File:Cs-amp-gain-lvt.png|center|thumb|800px|Figure 1: A sample XSCHEM schematic of a common-source amplifier]] | [[File:Cs-amp-gain-lvt.png|center|thumb|800px|Figure 1: A sample XSCHEM schematic of a common-source amplifier]] |
Revision as of 16:00, 28 July 2022
XSCHEM is a schematic capture program that allows to interactively enter an electronic circuit using a graphical interface. When the schematic has been created a circuit netlist can be generated for simulation.
Installation
You can install XSCHEM via git using:
$ git clone https://github.com/StefanSchippers/xschem
The XSCHEM documentation is here.
Using XSCHEM with the SkyWater 130nm PDK
To test your XSCHEM installation, you can use this sample schematic of a common-source amplifier, with the (1) test voltages and load capacitors, and (2) the simulation analyses added added as NGSPICE code.