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=3rgId/djZDQN/etKYv4FHEsezzRKLjDTzpGxO3bOeiw=; b=Sc15o+aF1aQ4qfHF/evezTpTll4YobPs6G7GW2qF5xQ0WU6SMf74tWG1h54NMNRA96 eQxPpqb8TTODdQpWNC2DnnAhlttBsGGsC3LH24VEw3/XSTL2M9i6Q1P8Go4HLq4kUPBI uopXsX7sr/LND9lJ1rH7Gxl1cin+aHTEV1MuOW3dYyLiUyX98eQbTmxk19bVEv0R0Ujk 5SOTjlpyJbVclyvXwqfUlDphTzZfPtoGRDDhzTgueJdlHn8o36Mi6U/snEMoanFUXQD9 04Y6cjORyJUep0Do3j+cTXMK3nS9ZQGM7S31iEywpI5An+i2kc1c5oxIQnwGMUMb6oSC blNw== 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=3rgId/djZDQN/etKYv4FHEsezzRKLjDTzpGxO3bOeiw=; b=toHETPKDZ7OkvorXl5Fy7msSt4PmdMRZm0aKiFWztZhSnEzA5J86/4WPVC/uY5cbSX dfylGObeHrYCqsg/Cfls/FomDxEIGLPsd+L1xviQa0TqsCh5/QUcvgbaC56VXUFDjpml fIGMzqWesGPGy2lyuLZ8r6BVr2y7O19zABz7YfnWYjiNCBGfduwShlVBfLz6z5TOE+Z8 DVy/8iNo/8H9biyOMTSwhnWNzaVdQwo3Jls2L1IrY+jpxQubKiXLH+nu6KacRRpOhdOj EmeT5saoH6OLiY79ZzjptuRXQiD3di5eEkJtEmW8nPtRU1sZYXSKf/tAj/Ru3Br6yHni CJhg== X-Gm-Message-State: APjAAAXqfynGmJALJ3BXUy6qAD9uhR7ap+8z27wJEkekWTXXmJKUGKuU 3fsAA1PWOIHl+48ZbKVflvGTUSL2 X-Google-Smtp-Source: APXvYqxrpV6C28jIfaMZ4H3G1ALxLXlGuc5UmlEHRdjDUupvpRAxZoaSC+1oHUzGb/m0557s5FUiHQ== X-Received: by 2002:a2e:208a:: with SMTP id g10mr4641880lji.135.1552727290467; Sat, 16 Mar 2019 02:08:10 -0700 (PDT) Date: Sat, 16 Mar 2019 10:08:05 +0100 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] Anybody use gschem to draw flowcharts? --> state machine diagrams Message-Id: <20190316100805.f11b6bb8179bb8a245d40028@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Think it will work rather well with gschem as is except the arrow. Attributes on nets to set state transistions, attribute for values in state and a gnetlist backend. I think state machine there outputs depend on state and not on path thru state machine is better. On Fri, 15 Mar 2019 09:09:06 -0700 "Ouabache Designworks (z3qmtr45 AT gmail DOT com) [via geda-user AT delorie DOT com]" wrote: > While your at it you can also support State Machine diagrams. Add a State > variable to each circle and > an equation to each arrow and you got it. > > John Eaton > > > On Thu, Mar 14, 2019 at 11:36 AM Alan Corey (alan01346 AT gmail DOT com) [via > geda-user AT delorie DOT com] wrote: > > > You'd want a library of flowchart symbols but it needn't be extensive, > > half a dozen or so to start. Gschem is a nice little CAD program in > > its own right, knowing about objects and connecting lines to > > attachment points, rubber banding, everything on a drawing can be > > moved and stay connected. Much of what you want for drawing > > flowcharts. Flowcharts may be old-school but they help in many cases > > to see the most efficient way to write something. And they were a > > requirement in just about every programming class I've ever taken. > > > > Alan Corey