summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/p-to-n-examples/README
diff options
context:
space:
mode:
authorrahulp132020-03-03 05:31:58 +0530
committerrahulp132020-03-03 05:31:58 +0530
commitdfc268e0863c913a1b8726cd54eea3b40caf7c67 (patch)
tree1cd82634684da5ae86b558d44756189e080545d4 /Windows/spice/examples/p-to-n-examples/README
parentfd62c52150c7d1f81da8060b2f5db6b94d174ccf (diff)
downloadeSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.tar.gz
eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.tar.bz2
eSim-dfc268e0863c913a1b8726cd54eea3b40caf7c67.zip
upgrade ngspice to v31
Diffstat (limited to 'Windows/spice/examples/p-to-n-examples/README')
-rw-r--r--Windows/spice/examples/p-to-n-examples/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/Windows/spice/examples/p-to-n-examples/README b/Windows/spice/examples/p-to-n-examples/README
new file mode 100644
index 00000000..cd75fdfd
--- /dev/null
+++ b/Windows/spice/examples/p-to-n-examples/README
@@ -0,0 +1,12 @@
+To run example relax_osc_st.cir, please download the device spice libs Opamps_Comparators_ST.lib
+from https://www.st.com/resource/en/cad_symbol_library/opamps_comparators_st.zip
+
+To run example Optimos_out.cir, please download the device spice libs OptiMOS5_30V_PSpice.lib
+from https://www.infineon.com/cms/en/product/promopages/power-mosfet-simulation-models/, especially
+https://www.infineon.com/dgdl/Infineon-SimulationModel_OptiMOS_PowerMOSFET_PSpice_30V_N-Channel-SM-v01_00-EN.zip?fileId=5546d46256fb43b3015746ca67ac0fd3
+
+And don't forget to add
+set ngbehavior=ps
+to spinit or .spiceinit to obtain PSPICE compatibility for the included (using .include) device libraries
+
+See ngspice manual chapt. 16.13.5 for details on the PSPICE Compatibility mode.