Commit Graph

8731 Commits

Author SHA1 Message Date
Holger Vogt 87517b6f7a Add a user definable variable enable_noisy_r (for .spiceinit)
to enable noise calculation for all behavioral resistors.
May locally be switched off by instance parameter noisy=0
May locally be enabled by instance parameter noisy=1.
2023-01-27 11:19:57 +01:00
Holger Vogt 7414206f4a Add searchpath for *.osdi relative to ngspice executable 2023-01-27 10:08:16 +01:00
Holger Vogt 0c72add8bf fix comment 2023-01-27 10:07:21 +01:00
Holger Vogt 01980f6425 fix comment 2023-01-27 10:07:05 +01:00
Holger Vogt 5387314c5e Do not try to load *.osdi automatically 2023-01-27 10:02:39 +01:00
Brian Taylor 2db2b3416f For unspecified gate delays (logic and tristate gates), which PSpice would consider as zero, set the rise and fall delays to 1.e-12s (the minimum for Xspice). For dff, jkff, dlatch, and srlatch use the Xspice default 1.0ns for rise and fall delays. If the ngspice variable (ps_port_directions & 2) is true, write the translated subckt to stdout, with TRANS_OUT prefix, for debugging purposes. The user could edit and replace the translated subckt if desired. 2023-01-26 15:49:18 -08:00
Holger Vogt cef1a24275 Error message to stderr 2023-01-25 14:52:51 +01:00
Holger Vogt 3a283b2630 Update the example structure for OSDI/OpenVAF:
all compiled models into lib/ngspice
spinit updated to load the models via command 'osdi'
local calls with 'pre_osdi' commanted out.
2023-01-25 13:12:27 +01:00
Holger Vogt 62290952a6 Prepare for ngspice-39 2023-01-24 16:49:58 +01:00
Holger Vogt 5bd45eeb87 The Roessler Attractor examples has been provided by
Giles Atkinson, of course
2023-01-24 16:29:50 +01:00
Holger Vogt 4708575960 Prepare for ngspice-39 2023-01-24 16:25:11 +01:00
Holger Vogt 71002aa42f Prepare for ngspice-39 2023-01-24 15:49:42 +01:00
Holger Vogt 16c7c407d4 Nice looking Roessler Attractor
provided by A. Gillespie
2023-01-24 15:17:45 +01:00
Holger Vogt cb5f9e9bdc MOS example files updated and moved to its own directory 2023-01-24 15:17:31 +01:00
dwarning 33a2637530 correct header entry 2023-01-24 15:17:14 +01:00
dwarning 9c26206a68 bsim4 version update from 4.8.1 to 4.8.2 2023-01-24 15:16:55 +01:00
Holger Vogt 52577d2f26 Nice looking Roessler Attractor
provided by A. Gillespie
2023-01-24 15:14:23 +01:00
Holger Vogt 9bb230d6c9 MOS example files updated and moved to its own directory 2023-01-24 10:38:50 +01:00
dwarning daa270d4a0 correct header entry 2023-01-23 12:58:50 +01:00
dwarning cc84401ee6 bsim4 version update from 4.8.1 to 4.8.2 2023-01-23 12:58:45 +01:00
Holger Vogt 9d391bd046 Revert "Change the default model parameters so that reasonable"
This reverts commit 738e351f59.
2023-01-23 12:57:55 +01:00
Pascal Kuthe d0c35512ab properly abort for invalid OSDI paramters 2023-01-23 12:04:10 +01:00
Holger Vogt 653db022ea better comment 2023-01-20 15:08:26 +01:00
Holger Vogt 3260492987 Enhance the search path for osdi files: when not found rel. to
inputdir, search rel. to current working directory.
2023-01-20 15:08:14 +01:00
Holger Vogt 1280e199a3 Add boolean variables as flags when XSPICE and/or OSDI are enabled 2023-01-20 15:07:57 +01:00
Holger Vogt af9f25e985 Various filter examples using Laplace expression x_fer 2023-01-20 15:07:37 +01:00
Pascal Kuthe e88b8ffb74 properly abort for invalid OSDI paramters 2023-01-20 11:24:08 +01:00
Holger Vogt 738e351f59 Change the default model parameters so that reasonable
0.35µm transistor characteristics are achieved.

QUA preocessing is untouched.
2023-01-20 11:17:14 +01:00
Holger Vogt 90c407ada0 better comment 2023-01-17 23:00:17 +01:00
Holger Vogt c75f954cd6 Enhance the search path for osdi files: when not found rel. to
inputdir, search rel. to current working directory.
2023-01-17 22:14:33 +01:00
Holger Vogt 4dd137c3da Add boolean variables as flags when XSPICE and/or OSDI are enabled 2023-01-17 22:13:12 +01:00
Holger Vogt 49b7cb85db Add a shunt resistor of 1e15 Ohms to any X (subcircuit call) line
when the node name contain 'unconnected' and .probe alli is called.
2023-01-15 13:38:15 +01:00
Holger Vogt 02789b2c42 The modulo function a % n should accept a==0.
The fix adds this to the control section function parser. The numparam
parser already has this feature. n==0 is rejected as usual.
2023-01-15 13:37:57 +01:00
Brian Taylor dcfe4e7134 ERROR messages should be printed to stderr. 2023-01-15 13:37:42 +01:00
Holger Vogt 19ae6bdce7 Various filter examples using Laplace expression x_fer 2023-01-14 23:10:46 +01:00
Holger Vogt e6f81f0b61 Merge branch 'pre-master' of ssh://git.code.sf.net/p/ngspice/ngspice into pre-master 2023-01-13 13:50:10 +01:00
Holger Vogt 245855e414 Add a shunt resistor of 1e15 Ohms to any X (subcircuit call) line
when the node name contain 'unconnected' and .probe alli is called.
2023-01-13 13:49:25 +01:00
Holger Vogt 61274c50e2 The modulo function a % n should accept a==0.
The fix adds this to the control section function parser. The numparam
parser already has this feature. n==0 is rejected as usual.
2023-01-13 13:47:52 +01:00
dwarning 35b8b59555 rm vacode 2023-01-12 16:37:07 +01:00
dwarning 35b1cc59e3 rm vacode 2023-01-12 16:35:03 +01:00
dwarning 51d732a7ba white spaces and format 2023-01-12 15:07:11 +01:00
dwarning ab6ff4a934 initialize vacode osdi examples 2023-01-12 12:34:32 +01:00
Brian Taylor 37acfffc6e ERROR messages should be printed to stderr. 2023-01-10 11:19:53 +01:00
Brian Taylor c72781584a ERROR messages should be printed to stderr. 2023-01-09 12:23:38 -08:00
Brian Taylor 26d3da5b43 Merge branch 'pre-master' into bt_dev 2023-01-09 11:51:55 -08:00
Giles Atkinson bf580abf69 Add a simple example of using string-valued parameters. 2023-01-09 16:33:53 +01:00
Holger Vogt 01c211339c Rename example file 2023-01-09 16:33:38 +01:00
Brian Taylor a76f8d5149 Fix some comments. 2023-01-09 16:33:25 +01:00
Brian Taylor 4936fa2b1d Add serial load to 74f524 example. 2023-01-09 16:33:10 +01:00
Francesco Lannutti 167ff74422 enable compiling without XSPICE on specific OSs 2023-01-09 16:32:54 +01:00