www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/01/18/17:14:45

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-TCPREMOTEIP: 207.224.51.38
X-Authenticated-UID: jpd AT noqsi DOT com
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
Subject: Re: [geda-user] Bunch Simulation ngspice
From: John Doty <jpd AT noqsi DOT com>
In-Reply-To: <20150118082153.Horde.YgV6W76ZDu7RKixhWgme4w1@webmail.in-berlin.de>
Date: Sun, 18 Jan 2015 15:12:49 -0700
Message-Id: <E744EE70-E342-482A-82C7-1FFC8B0E4EBB@noqsi.com>
References: <20150116121619 DOT Horde DOT nPQGevRm4SzyvBjA40aa6Q2 AT webmail DOT in-berlin DOT de> <5ff846f7 DOT 421e8d2d DOT 54b90bbc DOT c5ac2 AT o2 DOT pl> <CAM2RGhQYcggzhw6embXFeJ3Chy_tZ2E9BTqoidMfbn5AQjndEg AT mail DOT gmail DOT com> <20150118082153 DOT Horde DOT YgV6W76ZDu7RKixhWgme4w1 AT webmail DOT in-berlin DOT de>
To: geda-user AT delorie DOT com
X-Mailer: Apple Mail (2.1878.6)
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t0IMCjiM025915
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

On Jan 18, 2015, at 12:21 AM, Hagen SANKOWSKI <hsank AT nospam DOT chipforge DOT org> wrote:

> 
> I see.. You have one schematic/netlist for every variation, right?
> This was also one of my ideas - and keep it beside. I argued myself
> against this like: "How I can keep other parts (than the variation) of
> my schematic/netlist constistent during the whole development process?"
> It would be a mess of 'diff'ing text files (gschem,spice) all the time.

It can be difficult to use the “spice” or “spice-sdb” back ends with schematics that are intended for printed circuit layout. I use my own back end, available at https://github.com/noqsi/gnet-spice-noqsi. This automatically figures out simple components using spice-sdb heuristics, but it gives you control when those fail.

Another useful trick is to copy the master schematics to the simulation directory. Sometimes simulation involves tinkering that goes beyond what you can do with “alter” in ngspice, but you’d rather not do it directly on the master. In the simulation directory, I have a Makefile with rules like

Booster.sch : ../Schematic/Booster.sch
	cp $< $@

to copy the masters into the simulation directory as needed. Of course, if the tinkered file winds up being what I want, I can manually copy it back.

There are also “test fixtures”, schematics that represent parts of the simulation (like power supplies) that aren’t in the physical board design. I also have programs that generate bits of simulation netlist (like 10,000 step PWL sources) that can’t reasonably find representation in a schematic. The Makefile has rules to collect all of these fragments and feed them to ngspice (I’d never be able to remember them all).

John Doty              Noqsi Aerospace, Ltd.
http://www.noqsi.com/
jpd AT noqsi DOT com



- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019