* src/analysis/*: Moved these files into src/devices/analysis.

The files in this directory implement the analysis and simulation
        for electrical circuits.

        This is the final step to separating the Spice sources into a
        library part and a frontend part.  Now, the devices subdirectory
        has to be renamed to spicelib and the devices that are now
        scattered in that directory should be moved into a new devices
        directory.

        * configure.in, src/Makefile.am, src/devices/Makefile.am: Files
        affected by the move.
This commit is contained in:
arno 2000-07-21 21:27:56 +00:00
parent b04989d760
commit 5455e51390
101 changed files with 26 additions and 6 deletions

View File

@ -2,8 +2,8 @@
# Run this to generate all the initial makefiles, etc.
PROJECT=ng-spice
TEST_TYPE=-d
FILE=src/circuit
TEST_TYPE=-f
FILE=DEVICES
DIE=0

View File

@ -197,8 +197,8 @@ doc/Makefile \
man/Makefile \
man/man1/Makefile \
src/Makefile \
src/analysis/Makefile \
src/devices/Makefile \
src/devices/analysis/Makefile \
src/devices/asrc/Makefile \
src/devices/bjt/Makefile \
src/devices/bsim1/Makefile \

View File

@ -1,3 +1,18 @@
2000-07-21 Arno W. Peters <A.W.Peters@ieee.org>
* src/analysis/*: Moved these files into src/devices/analysis.
The files in this directory implement the analysis and simulation
for electrical circuits.
This is the final step to separating the Spice sources into a
library part and a frontend part. Now, the devices subdirectory
has to be renamed to spicelib and the devices that are now
scattered in that directory should be moved into a new devices
directory.
* configure.in, src/Makefile.am, src/devices/Makefile.am: Files
affected by the move.
2000-07-20 Arno W. Peters <A.W.Peters@ieee.org>
* src/hlp/*: moved these files into src/frontend/help. The files

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = misc maths analysis frontend devices include
SUBDIRS = misc maths frontend devices include
bin_PROGRAMS = ngspice nutmeg help sconvert proc2mod multidec makeidx
@ -57,7 +57,7 @@ ngspice_LDADD = \
frontend/libfte.a \
frontend/plotting/libplotting.a \
$(DYNAMIC_DEVICELIBS) \
analysis/libckt.a \
devices/analysis/libckt.a \
devices/libdev.a \
frontend/parser/libparser.a \
frontend/help/libhlp.a \

View File

@ -1,3 +1,7 @@
2000-07-21 Arno W. Peters <A.W.Peters@ieee.org>
* README: Updated.
2000-07-10 Arno W. Peters <A.W.Peters@ieee.org>
* asrc/asrcinit.c, asrc/asrcitf.h, bjt/bjtinit.c, bjt/bjtitf.h,

View File

@ -31,6 +31,7 @@ SUBDIRS = \
vccs \
vcvs \
vsrc \
analysis \
parser
lib_LIBRARIES = libdev.a

View File

@ -1,3 +1,3 @@
The circuit builder.
The Spice Library.
It takes a circuit description and builds a simulator from it.

Some files were not shown because too many files have changed in this diff Show More