You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jim Monte 1867f5b727 Fix of buffer overrun in interpolation at endpoint of interval. Made cfunc.mod for tables more modular. Prevented buffer overrun when building file name. Added error checking for allocation failures in many locations. Made binary search for interpolation more efficient. 6 years ago
..
555-timer-2.cir add examples for PSPICE -> ngspice transfer 8 years ago
MCP6041.txt add examples for PSPICE -> ngspice transfer 8 years ago
MOS1_out.cir add examples for PSPICE -> ngspice transfer 8 years ago
OPA171.txt add examples for PSPICE -> ngspice transfer 8 years ago
OP_MCP6041.cir Add ac simulation 6 years ago
Optimos_out.cir give a hint where to download library 8 years ago
README small update for README, hint to manual chapt. 16.13.5 8 years ago
TLC555.LIB add examples for PSPICE -> ngspice transfer 8 years ago
ad22057n.lib Update to PSPICE-ngspice models 8 years ago
logic.cir example for ~(~v(9)&v(8)) 6 years ago
op-test-adi.cir Update to PSPICE-ngspice models 8 years ago
op-test.cir option not needed for convergence 6 years ago
relax_osc_st.cir add simulation time info 7 years ago
remcirc-test.cir add examples for PSPICE -> ngspice transfer 8 years ago
rtest.lib add examples for PSPICE -> ngspice transfer 8 years ago
switch-invs.lib re-write vswitch transformation code: 8 years ago
switch-oscillators.cir example for mixed vswitch, standard switch circuit 8 years ago
switch-oscillators_inc.cir re-write vswitch transformation code: 8 years ago

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.