To | ng-spice-devel@ieee.ing.uniroma1.it |
From | "Arno W. Peters" <a.w.peters@ieee.org> |
Date | Sat, 17 Jun 2000 16:50:02 +0200 |
Delivered-To | mailing list ng-spice-devel@ieee.ing.uniroma1.it |
In-Reply-To | <20000616234642.B20747@cgmd80028.chello.nl >; from a.w.peters@ieee.org on Fri, Jun 16, 2000 at 11:46:42PM +0200 |
Mailing-List | contact ng-spice-devel-help@ieee.ing.uniroma1.it; run by ezmlm |
References | <20000616234642.B20747@cgmd80028.chello.nl > |
Reply-To | ng-spice-devel@ieee.ing.uniroma1.it |
User-Agent | Mutt/1.2i |
On Fri, Jun 16, 2000 at 11:46:42PM +0200, Arno W. Peters wrote: > > 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. Today I realized we already have this directory. It is src/devices. The devices directory contains the building blocks used by the circuit builder. It makes sense to move the construction into the devices directory. I also noticed compilation of the analysis directory specifically sets the include path to add the devices directory. This is also a sign of their interrelation. Regards, -- Arno