dc perf of diffamp vs full comparator
diff --git a/comparator/simulation.spice b/comparator/simulation.spice index a02066d..ac9e253 100644 --- a/comparator/simulation.spice +++ b/comparator/simulation.spice
@@ -26,11 +26,11 @@ * create VP-in *VPin VP VGND pulse(0 3 1p 1n 1n 1n 2n) -VPin VP VGND SINE(1.5 0.1 10Meg) -*VPin VP VGND 1.5 +*VPin VP VGND SINE(1.5 0.1 10Meg) +VPin VP VGND 1.5 -.tran 10e-12 200e-09 0e-00 -*.dc VPin 0 3 0.002 VNin 0 3 0.2 +*.tran 10e-12 200e-09 0e-00 +.dc VPin 0 3 0.002 VNin 0 3 0.2 .control run
diff --git a/xschem/xschemrc b/xschem/xschemrc index 98fead5..38315df 100644 --- a/xschem/xschemrc +++ b/xschem/xschemrc
@@ -258,7 +258,7 @@ #### list of tcl files to preload. # lappend tcl_files ${XSCHEM_SHAREDIR}/change_index.tcl lappend tcl_files ${XSCHEM_SHAREDIR}/ngspice_backannotate.tcl -lappend tcl_files /usr/share/pdk/sky130A/libs.tech/xschem/scripts/sky130_models.tcl +lappend tcl_files ~/open_sky130/sky130A/libs.tech/xschem/scripts/sky130_models.tcl ########################################################################### #### XSCHEM TOOLBAR ###########################################################################