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=2PbHNQkTh/F+JmfSEAGo+lzOFKdQyxp7G9CQEjl51c8=; b=g90HgW06U6nNoWFp/foyH3AfVQuEwFrTv09TpBsPETB3W+xvECNYXXwa4CTCilp05J I2XADkt7TdsEolD7JJ2fA5ygp09N+GtTVdvohvQgik/0fu1Lw5km/vQG9Nvl6jqbNzQF 8sTQboBeZrS6BhhCmHI1hXaJ+KQRT6jAG6ztMXPg5SmQ/Cu1R39OXrSsES+Q0EgOWdU3 UlQ3LabMpW+ZQK5zo3s25LB8SuQ1o9gsiG9DfFxL6bee1qjjBKJRzpYAxQmFWTJKcUK/ Irz8/OkOU4AMzEJgzxNKjH/zMI2mgmmzOUuznaY4/80GzcYGDBnN8rW6Yc3mXL7exsW2 NNnA== 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=2PbHNQkTh/F+JmfSEAGo+lzOFKdQyxp7G9CQEjl51c8=; b=tpPCWmSLgnqjNK1ZJZmSVLqF6ypAq0hwdkoiXvg/7kIAKplnari00XNes7qGtebTOv TASU42dUHT1YOW/TUtQB0FR0NrjNTZvxz5ToG9K7afnSxx8iiDY9Z15iyP0Po66mPb4s ujkLpVKBO32ItSxlcnloRPitm4FtV9qLPFKD42aFexDa3Kb5A2Mqp8Ir7X7eoU6iEd+c JrPRP/hUVEAy5AkyJu08ceWAmHZAZhPsx3x+gm5EJyHigolOZp1013PWsaT4mTPwAxWs IEmPsX+QMXYmmedq3iSDnAf0OAszd3U18ZbjimKDPHBz2qm4XMtxqLIWZ5r9GOZWJf5m Z5yA== X-Gm-Message-State: AA+aEWbX2OSPis7DAdbrrH8SZaaZO+SSUrwhgUxWnpv9hLE8NVDkaSQU 1TzeEY9EPi63vteyhIocZPsCsP5y X-Google-Smtp-Source: AFSGD/UkkglROFqxho0L4XsX4zlNnCqJxE130Z2evfSDk8ZSzQig8N/THJUgjDAYhUuzICPPmiDZAg== X-Received: by 2002:a19:690d:: with SMTP id e13mr26309355lfc.84.1546637063606; Fri, 04 Jan 2019 13:24:23 -0800 (PST) Date: Fri, 4 Jan 2019 22:24:19 +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] [tEDAx] drc block: spec and ref implementation finished Message-Id: <20190104222419.6451d73747ee998be30daed4@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) 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 The possibility to save design rule to save/load design rule to file is really handy and as far as I could tell this seems very good to check for manufacturing limitations. For hight voltage extra space is usually need in form of clearance and creapage distances between some nets. It is also common nets with higher current need rule for mininum width. Radio frequency often have requirement for both "clearance" and net width. These are however not manufacturing limitations. > Hi all, > > tEDAx is the Trivial EDA eXchange format. Like 1000 other similar file > formats, it is designed to allow different EDA tools to exchange data. > Unlike most other formats, the main objective of the tEDAx format is to be > cheap to implement. It also has a free specification under a very > permissive license. > > I've just finished tEDAx drc block support in pcb-rnd, both load and save, > so we have an implementation anyone can use for testing. > > tEDAx specification: http://repo.hu/projects/tedax/ > > tEDAx drc block spec: http://repo.hu/projects/tedax/drc.html > > If you maintain software that is dealing with printed circuit board > geometry in any way, please consider implementing support for the tEDAx > drc block. > > Best regards, > > Igor2