summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/p-to-n-examples/README
diff options
context:
space:
mode:
authorRahul Paknikar2021-01-08 12:47:23 +0530
committerGitHub2021-01-08 12:47:23 +0530
commite6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch)
treefd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/p-to-n-examples/README
parentac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff)
parent6b512cbf954273b0f21d3800d10a7ad42a759425 (diff)
downloadeSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.gz
eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.bz2
eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.zip
Merge pull request #161 from rahulp13/installersi2.1
fixed key issue for ubuntu 20+; updated installers for windows os
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, 0 insertions, 12 deletions
diff --git a/Windows/spice/examples/p-to-n-examples/README b/Windows/spice/examples/p-to-n-examples/README
deleted file mode 100644
index cd75fdfd..00000000
--- a/Windows/spice/examples/p-to-n-examples/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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.