summaryrefslogtreecommitdiffstats
path: root/kate/tests/highlight.sp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/tests/highlight.sp')
-rw-r--r--kate/tests/highlight.sp32
1 files changed, 32 insertions, 0 deletions
diff --git a/kate/tests/highlight.sp b/kate/tests/highlight.sp
new file mode 100644
index 000000000..046dfea70
--- /dev/null
+++ b/kate/tests/highlight.sp
@@ -0,0 +1,32 @@
+*current sink p-type inverter - dc sweep of voltage I/O
+*file:invcsp0.sp
+
+*parameters
+.PARAM ww=38.5 $ parameter for width which will be swept
+
+*circuit net list
+Vdd vdd GND dc 5.0
+Vbias bias GND dc 2.5
+Vin src GND dc 0.0
+Mn out bias GND GND nmosl1 W=16 L=8
+Mp out in vdd vdd pmosl1 W=ww L=8
+Cl out GND 0.01P
+Rs src in 10K
+
+*options & analysis
+.OPTIONS POST=2 SCALE=1U $ output results for plot; scale mosfet L & W dimensions
+.DC Vin 0 5 0.1 $sweep I/P voltage
+.MEASURE DC vin_bal WHEN V(out)=2.5
+
+*output
+.plot DC v(src) v(in) v(out)
+
+*mosfet models - level 1
+.INC 'l1typ.inc'
+
+$ a comment
+* another comment
+
+.END
+
+