Holger Vogt
f07c73b6a5
Command 'cd' now switches to the home directory also for MS Windows.
A new command 'getcwd' just prints the current working directory
without changing it.
8 years ago
Holger Vogt
7ca61b3c98
New command 'setseed' with function com_sseed
to set the random number generator
8 years ago
h_vogt
7dd81327ec
new command 'alterparam', to be used in conjunction with 'mc_source'
add command 'alterparam paramname=pvalue'
to change a global .param
add command 'alterparam subcktname pname=vpval'
to change a parameter inside of a subcircuit
10 years ago
h_vogt
5c3a6a3829
new command 'mc_source' to internally reload circuit
We store a copy of the whole deck in 'mc_deck'.
'mc_source' can be used to re-read this copy.
10 years ago
rlar
1e6b809af8
introduce command "check_ifparm" to check consistency of the device IFparm sets
For developing purpose only, and bound to HAVE_TSEARCH, HAVE_TDESTROY
IFparm descriptors must obey certain contracts,
1) aliases must be grouped together with their associated main descriptor,
and all must have flag IF_REDUNDANT set
2) there shall be no duplicated .id fields except for aliases.
3) aliased entries shall have consistent .dataType fields
check_ifparm will traverse all IFparm sets and report violations
9 years ago
h_vogt
0d50547ac1
commands.c: allow 10000 tokens for 'echo' and 'wrdata'
10 years ago
h_vogt
bbd7edad72
xspice, two new commands, edisplay and eprvcd
'edisplay' will show a list of all event nodes
'eprvcd' will print all event nodes in vcd format
usage: eprvcd a0 a1 a2 b0 b1 b2 clk > myvcd.vcd
10 years ago
h_vogt
9531318d8f
src/frontend/commands.c, cleanup
10 years ago
rlar
19e427e3a5
cleanup, use NULL instead of 0 in pointer context
11 years ago
h_vogt
1e88db6f7d
add command 'circbyline' to allow entering circuit line by line
13 years ago
Stefano Perticaroli
79bffc78a1
next version of PSS2
which was reviewed and rewritten on branch `PSS-2-try-to-rebase+4'
by Stefano Perticaroli and Francesco Lannutti
13 years ago
rlar
0be61b3e5a
remove PSS2
13 years ago
h_vogt
65b976dab7
rename commands 'savesnap', 'loadsnap' to 'snsave', 'snload'
to avoid conflict with command 'save'
14 years ago
rlar
7454a6d486
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
14 years ago
h_vogt
07727f74f0
commands.c: 'options' equivalent to 'option' and allow 'loadsnap' and 'savesnap'
which have been EXPERIMENTAL_CODE so far
14 years ago
h_vogt
80a039983e
dummy functions
14 years ago
h_vogt
8f3f757813
command mrdump
14 years ago
h_vogt
dffe4ed156
command mdump
14 years ago
rlar
598238f46a
conditionally compile PSS analysis
14 years ago
rlar
0b5042e7da
remove CVS `Id',`log' etc. keyword incantations
14 years ago
rlar
10346e055c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
15 years ago
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
pnenzi
5ba0b8b86c
Statistics patch: added netlist loading and parsing time in acct command.
15 years ago
rlar
899d5516c3
initial PSS commit
15 years ago
h_vogt
dea300d88d
command 'remcirc'
15 years ago
rlar
aa0b602b87
cleanup some reoccuring function prototypes
15 years ago
h_vogt
5e1ed023c6
transient noise simulation
16 years ago
rlar
ea8d250999
bug fix, incorrect handling of `co_spiceonly' commands
16 years ago
rlar
196262dd1b
move the com_*() prototypes around.
16 years ago
rlar
2c975413b7
collect arg_*() prototypes in "arg.h"
16 years ago
h_vogt
afdf6ee134
new command wrs2p
16 years ago
h_vogt
79831ac331
'option' command
16 years ago
rlar
e1a86fad43
remove leftover /*FALSE,*/ comments from the last commit
which where left for the single purpose of better visualization in a diff tool.
16 years ago
rlar
cab9417c9a
eliminate co_stringargs, which is used nowhere
16 years ago
rlar
5e35b809ec
drop cast of NULL to non-ansi function pointer
16 years ago
h_vogt
4068f498c6
command wrdata
16 years ago
h_vogt
005dae2462
more characts for real number params
16 years ago
h_vogt
248e44b883
new measure commands
17 years ago
h_vogt
5be507a97f
command sysinfo
17 years ago
pnenzi
1ada4d3530
Finish first batch of imports from espice.
17 years ago
pnenzi
fa549df82a
TCLSPICE IMPORT + libtool + measure2 command
18 years ago
h_vogt
655d8aea02
Fast fourier transform for transient data analysis
18 years ago
pnenzi
6b61d1d660
Added initial support for gnuplot output (not yet working)
18 years ago
sjborley
67ff1b3a83
Tidy up of the header files in src/frontend and sub-directories. Motivation is to remove extern declarations within .c files and place them in .h files. Added new header files where necessary (and adjusted makefile.am files where required)
21 years ago
pnenzi
8362dec274
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
pnenzi
fd6d0b0723
Fixed stringutil missing bug.
25 years ago
arno
508fee7d4b
* commands.c: Use fourier.h.
26 years ago
arno
489fc66afd
src/Makefile.am src/help.c src/main.c
26 years ago
arno
8696a52e89
* src/Makefile.am src/main.c src/sconvert.c
26 years ago