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-type:content-transfer-encoding; bh=HVQWwESi2AoDiB/Eyvo4o5VDvsYG73kC8lJEHOedlaI=; b=GllwQaajaCqCyJT4DbETArUC0N77XhcRaPN3kcEchcksST8I+yfzxCJhztA5CjwhX9 zWGlMz9Nk08lGz965HTQzygZ04jcBzUa/KSJD0E7E2CIBmr21pFrFrSIZvo15bcxyQS4 EeguCST43nwMiKTFPqlDoJT956zMDIn5bdmRe7h0AARKan1EAr8d7KjccOYZ7UtrdaxD vpgvdcoVcQvtJYExp+3MBzKTkgc8652KviLTQ1isPCBXvVsMXa2iCmVI2LSmQqYDFgMm 0vjPNvexqj9zasAdilQvG4lZBCHZGMavnwHl0LB7ztA8ym++MMqlAFpRaYIEyYgfjMVg huGw== 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-type:content-transfer-encoding; bh=HVQWwESi2AoDiB/Eyvo4o5VDvsYG73kC8lJEHOedlaI=; b=FPQ4UVETE3Z86hNbOm8UQNfoeGBqz2dxUJNxJJpBx2so89KE1HnCyTNwKYrQBE8pCv BW1lx3uAgjMVkLcAjHMVUXFwySymZdDEnnfmzViAx0NOqK+mM0bJKLGfUxQFQctKId9U 8YRpdCVBr82U545lGiTxR25EBPY6c4r6wgDZKRj7CDSAjemwiyMefveJ7gk5ndS1FROb 5v0m87r6GWU9FVkf1vvROSibwbiUFKpWoqBvAuxS2KIxwtz+N+QGIEEkhLfeUhMwGEs1 fyPqAFk+6WNls22/omRoL4ip3Mi3xVdKH7A2uTRBZWfaAV7eH/pNzhFzJfDgAOg7gwMz 4U5Q== X-Gm-Message-State: AG10YOSEJTIAlW8GQHR0unHEr+QUxHBdHRerHK7FFq5ICXQ8sjBM/PmNgLpPyJ18vsI5LQ== X-Received: by 10.194.133.10 with SMTP id oy10mr24151622wjb.93.1453841059397; Tue, 26 Jan 2016 12:44:19 -0800 (PST) Date: Tue, 26 Jan 2016 21:44:17 +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] The nature of gEDA users Message-Id: <20160126214417.2310bcfe61c93ab80b4b8fe8@gmail.com> In-Reply-To: References: <56A751EC DOT 8030402 AT iae DOT nl> <20160126124701 DOT 0d061912c7e078ced9d4e6cb AT gmail DOT com> <201601261804 DOT u0QI4KEQ009550 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 > > But gschem can do schematic capture for ASIC even though that’s not its target. The difference is that gschem doesn’t limit what you can draw. It’s quirky and limits *how* you can express what you need, but I’ve never found it incapable of expressing a circuit. It gives you a few crude primitives and a few ways to compose more complex objects from simple objects. A few layers of that, and you have a 6000 component mixed-signal ASIC. > > > > Pcb says to the user “my way or the highway”. Gschem says “live with my quirks, and I’ll help you do anything”. > > Not true, I've just gone through the entire format carefully and pcb > actually has very little per-part or per-feature overhead. It's about > as close to a paint program as it can be. It can do lots of stuff, > though admittedly often in quirky ways, just like gschem. Your major > gripe seems to be that you can't "draw" 3D or inter-layer features, > because their implementation is bolted onto the fundamentally layer > oriented design in a hard-wired way. It's a true complaint but not > very useful, because adding 3D CAD would require a total rewrite with > buckets of additional complexity. > > It's completely possible to go on adding features like blind vias > without a total rewrite. > > Britton Did you look at element/footprint file format also? Is it possible to have vias in a footprint? Put the drawing primitives in a footprint at copper or solder mask layer? In such case the only large thing missing is possibility to reference externally defined pins/pads from within a footprint.