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=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=F3loWKv2P+h2O3Bi1Qmn+zRx+ONoWLsuiW6lihz/X74=; b=Qn0NHbU/0kNvltK4pgHTB8fG5NG3Y+ACjMzynQZ6miscqAxcjXvGyUORZaHpmrwYeK utVbl8zH8DfA1OxyL7k3uqexjipVDsfiydMV/zh2S8r+vxKeUn9tiajhgMJGOXt5ZGbN xRC6vje+rGcpagUKKvOlu0APrFZMHe67icVmYxwikynZcAjmxwmbXe6aaOsqI/1Yktqx oKPppdhj+F8axWQpSHbSOfZq6xUn9BJ33f94VsvjM1q5DysutioSv4TFsfoco3SAvsi8 o7xigNQw7LbmhV+sXLbdaRNX27Sqdc80tTllyGj6W532ZxUbW6PgjoZOL+9SH2+GokOB FgPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=F3loWKv2P+h2O3Bi1Qmn+zRx+ONoWLsuiW6lihz/X74=; b=J7TKvWjN0iiAC1NzgCKPnCMpMBRwi+ffjSe3YvhKvOkVKnYSeJqcrMOaLpZiA8AUfL /Tm5dDP+1tOYOEiwjmhci3yFFL8TQBUMMFRatYmW0tlS04d5ooQs7FwS/Nbd7pJScluW NX0H+hVv3xtUjKGeaBXZVsjfIjQxlIVrEVRdiSp2F5ddEpBG3uy7HMRd6LysuX+NDRKe gS14iJ6wN2U7rRZpuyvizcKOqJkwCoM7J2o2c+1tdFc3q6yq+M/er/qPtxmJwyjGcVLL UcR873Iyf6VjZczrIOqQZzcyCur0hjM8NYAF9NTdJ8XDvifX4lA/G/ukiXIihX6PcyJC 2YtQ== X-Gm-Message-State: AD7BkJLpTwnt5AqaurXz9aQTifhcK7QRV8xvHmiDNavgyPc8t+XJPI9zt6+nv2SSRm4tUw== X-Received: by 10.194.216.40 with SMTP id on8mr18470901wjc.40.1456771857748; Mon, 29 Feb 2016 10:50:57 -0800 (PST) Date: Mon, 29 Feb 2016 19:50:55 +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] pcb import schematic crash, parantheses in netname Message-Id: <20160229195055.effcbef6213b302777b44244@gmail.com> In-Reply-To: References: <20160215215221 DOT fd472794e7b9446a243bfc40 AT gmail DOT com> <201602161715 DOT u1GHFMBB028078 AT envy DOT delorie DOT com> <201602162032 DOT u1GKWL7Y005291 AT envy DOT delorie DOT com> <59CE9019-7A56-49D6-BC2B-680A7253B055 AT noqsi DOT com> <1771F6F4-1235-4D24-9015-2C9A04EB2117 AT noqsi DOT com> <201602291654 DOT u1TGsRTd003670 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; 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 > >>> gschem: hackish and limited, most of the limitations stem from > >>> design, but it actually does its job surprisingly well on the > >>> common daily stuff. > >> > >> And on the uncommon stuff, too. Today's task is to assemble a SPICE > >> file that, combined with other scripts, will allow a test engineer > >> to plot the expected scope traces for a given configuration of an > >> instrument with many configuration options. > > > > Perhaps drawing a schematic for a spice simulation is common daily > > stuff, then. > > This isn’t so common, as it employs the subcircuit symbols, thus pulling in the same schematics that we use for Allegro layout. Is there any other EDA system that can do this? Usually, simulation schematics and layout schematics are different things. To use a subcircuit symbol to make simulation on the same schematic as is used for real circuit is a very strong point about gEDA. I sometimes use the same method to test software functions. In VHDL I think write test bench which is the same concept is very common. Nicklas Karlsson