ngspice/examples/p-to-n-examples
Holger Vogt 38f7bf31ef Replace $ by ; as end-of-line comment delimiter
$ is a standard character in PSPICE
2020-05-01 18:35:40 +02:00
..
.spiceinit specific ngbehavior by .spiceinit 2020-03-15 08:51:15 +01:00
555-timer-2.cir Replace $ by ; as end-of-line comment delimiter 2020-05-01 18:35:40 +02:00
MCP6041.txt add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
MOS1_out.cir add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
OPA171.txt add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
OP_MCP6041.cir Add ac simulation 2019-11-30 11:36:26 +01:00
Optimos_out.cir give a hint where to download library 2018-06-01 21:57:03 +02:00
README small update for README, hint to manual chapt. 16.13.5 2018-07-22 10:30:50 +02:00
TLC555.LIB add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
ad22057n.lib Update to PSPICE-ngspice models 2018-07-21 23:59:27 +02:00
logic.cir example for ~(~v(9)&v(8)) 2020-03-15 08:50:57 +01:00
op-test-adi.cir Update to PSPICE-ngspice models 2018-07-21 23:59:27 +02:00
op-test.cir option not needed for convergence 2020-03-15 08:50:59 +01:00
relax_osc_st.cir add simulation time info 2019-10-05 13:16:13 +02:00
remcirc-test.cir add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
rtest.lib add examples for PSPICE -> ngspice transfer 2018-05-18 15:57:20 +02:00
switch-invs.lib re-write vswitch transformation code: 2018-05-22 20:19:50 +02:00
switch-oscillators.cir example for mixed vswitch, standard switch circuit 2018-05-21 23:37:50 +02:00
switch-oscillators_inc.cir re-write vswitch transformation code: 2018-05-22 20:19:50 +02:00

README

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.