From 3409548b86590d715b1dee63822088105bf4f497 Mon Sep 17 00:00:00 2001 From: PhillipRambo Date: Tue, 17 Feb 2026 15:30:25 +0100 Subject: [PATCH] add ignore spice intentionally --- .../PEX_Demo/simulations/inverter.spice | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/module_0_foundations/PEX_Demo/simulations/inverter.spice diff --git a/modules/module_0_foundations/PEX_Demo/simulations/inverter.spice b/modules/module_0_foundations/PEX_Demo/simulations/inverter.spice new file mode 100644 index 00000000..93e31ee8 --- /dev/null +++ b/modules/module_0_foundations/PEX_Demo/simulations/inverter.spice @@ -0,0 +1,8 @@ +** sch_path: /home/pedersen/misc/inverter_example/inverter.sch +.SUBCKT inverter Vdd Vin Vout Gnd +*.PININFO Vout:B Vdd:B Vin:B Gnd:B +M1 Vout Vin Gnd net2 sg13_lv_nmos w=1.0u l=0.45u ng=1 m=1 +M2 Vout Vin Vdd net1 sg13_lv_pmos w=2.0u l=0.45u ng=1 m=1 +R1 Vdd net1 ntap1 A=6.084e-13 P=3.12e-06 +R2 Gnd net2 ptap1 A=6.084e-13 P=3.12e-06 +.ENDS