X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=TaA2whcaQEPcKme7GtCtwdCkkzDeS+hV+hPLhV9U9IY=; b=pGNCFvo5dhluPPSXm/TJL/6e+7XG2d1YeQwMO9lmjnXLsONRqUEnbisLzv20pdMJNj twFJ9WHkKUPo0Meuaf7E3NsXl2YTmgkhYx4DmqKclpomlGBNo1UHJQUtudWTmOQ66b+4 BccYkaWfBalbsHyUB7Gdyw7Guk9FoR4/uXKpRONGIpfsPJayNQKrnont/TJpb9e6ndLg DXBANBmvf4TrO++t+GWlvGf0x9VXna/RK2d0JKbCQlxmkqREtKJsvitGGzpaBxDM7tNe h3epTusTdCM4ISMvFkkX3EgIeDhNW5rjIkxw0ZLDza6/ay1PwiCuH2yhdRbapWJWO5yP ewug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=TaA2whcaQEPcKme7GtCtwdCkkzDeS+hV+hPLhV9U9IY=; b=MXcdYk14TeTg/dSiMrzFhOcuCCo0TjjkW7i8qNXcKQ/nBJiI+3R31Xcmg8d4rDBK9p KTp4HyZJLwJ1R/ymX2auWayWueIhnY4YKye/Gm5shHZZmXW9N5MMy9x1VcRnMOBcvD9u YyGACLULwQCKK9fvmJKV34AR6kg/1zG2f7IFb0/qVmfPVYn0qM8331tL2Y/d0CvY2vyv Wx70l3f6+SXWL6tNPWq6qoptEffpeqCQqoKm9LdlMuLMuSFdxI+HLsVOxJ014zu5Ywa0 m9v7oi16t3icqIuoDlN8Ym1sQoH0VFA389xmwzHIi0dXMsB/MCDCdyCNH1kU4pLQwt5d jstA== X-Gm-Message-State: AIVw1133GE+UGBR7e4oHFiQiuerPXlv4QMsKhrgT9BKP0i824W7gbnGh oRtqxvWiXMjRk9iy X-Received: by 10.46.8.1 with SMTP id 1mr384546lji.48.1500491033489; Wed, 19 Jul 2017 12:03:53 -0700 (PDT) Date: Wed, 19 Jul 2017 21:03:51 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] [chscem] slow start Message-Id: <20170719210351.741f734216b00253329674cb@gmail.com> In-Reply-To: References: <20170719141700 DOT a9a156f68d8968c53ce1e46a AT gmail DOT com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Precedence: bulk > > ... Make it modular so that it doesn't become bloated. > > But that kind of flexibility is gschem’s strength. By coincidence, my work today involves drawing system diagrams in gschem (OK, actually lepton-schematic), exporting the connectivity to Mathematica (gnetlist -g mathematica). I then crunch those algebraicly through Laplace transforms and Mathematica’s system modeling stuff into discrete-time approximations suitable for CUDA implementation, I have no idea what lepton-schematic is whenever there is a need to draw graphical symbols with pins to connect gschem usually works. > And then there’s this: > > > From: John Doty > > Subject: Graphical Makefiles > > Date: October 12, 2015 at 11:52:43 AM MDT > > To: geda-user AT delorie DOT com > > > > > > On Aug 25, 2015, at 4:23 PM, Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > > >> I almost want to write a netlister that lets you move files and the > >> functions that process them around in a schematic so that you have a > >> graphical view of workflow. > >> gschem -> schematic file -> gnetlist -> makefile I may make sense. I want to add a graphical output to make so that it could show the depencies, it is a great tool in many cases.