To | ng-spice-devel <ng-spice-devel@ieee.ing.uniroma1.it> |
From | "Arno W. Peters" <a.w.peters@ieee.org> |
Date | Fri, 16 Jun 2000 23:46:42 +0200 |
Delivered-To | mailing list ng-spice-devel@ieee.ing.uniroma1.it |
Mailing-List | contact ng-spice-devel-help@ieee.ing.uniroma1.it; run by ezmlm |
Reply-To | ng-spice-devel@ieee.ing.uniroma1.it |
User-Agent | Mutt/1.2i |
I noticed the src/analysis directory containing both functions for building a circuit simulator and the code for analysing the circuit. I am thinking of creating src/builder that will contain code for building the simulator for a circuit description and leave the analysis code in the analysis directory. Functions can be migrated one by one to this new directory. Look for example in: src/analysis/cktinit.c src/analysis/cktaccpt.c src/analysis/cktfdev.c and compare with src/analysis/tfanal.c src/analysis/dctran.c You'll see the need to separate the building from the simulating part. Regards, -- Arno