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=+DsFKyjkqDrME7XNcdo6J2e/IJsp8Ww7rDCn4g/QzzM=; b=kiODIzfRvfFRuhVYCAG2vjXEGrz2eOSpoW1okwRIKDbqCxQztfkW+UlnZv3AV8Gibk joZIiN5t9vjNeQvyu2YyoFJACnfm6NJKNHEP82Osglx2V+djx0+nnoe0cadZDQ1Eu0R2 d/q2U+hlqZVsIYmmyIaKfge7Igtpb7+VI67a1br4jmwEIQFgxiMFM+QbnWRbXg+9zVQh 7pTF2akB24Mh/x4omQROkGpNKHVtmSvyeEiTpH1Q0QcoWCNvnxzWwWmULAOnfbVz/MR4 upjd1uG+m7Wtizxbkwo3LoU14obZjw28JLpBuz5csag7frYFh9bLHCY70Vtzsd7I9Pie 22Hw== 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=+DsFKyjkqDrME7XNcdo6J2e/IJsp8Ww7rDCn4g/QzzM=; b=aR+aCpdq7pocxxfCwTZswPm2QJkWF60Bk8XbIp914bOxL20oMIAvoSiug6yDB9bXFS Su13O8qJF81Te8blZAz9zIj0yPASSQcrPZWSo/pWsbsquGdYuLTv+ndHxGQnxSBCIl06 z6PtUOkfZDbxlGV4l0UAL4iuTOx6h9hSzth8n+PqdGfvSUwd/wzWBfpG3YIz9nL7IDiL rtY8qslizcPG2b+2K9FDV0Wmnn38a+rBNcWwc7a6++T1BpaJLfXgtT9KpYB3MTSb8O0A rov+4N/vEXqYIdo7J98U/THhkwYf+lZa0JM4ZU0ZyKB9c6UpM6wBVm6WcKm7M7UeH1Yv ERbg== X-Gm-Message-State: AOAM5321+15VE6UPbd23GBieWJcTZ9FxTu2d/18ablWan1JpK6wWYVJQ esb1/EIycVJ0iAFzfBTFNx3RyuR9pDBCuA== X-Google-Smtp-Source: ABdhPJz76BXTZxUcqE9rzQkDw3ANsAoUNNN/XhrkGvZbovuJSwkoanbr0VDXOt10VfkdpjPSRLzKSQ== X-Received: by 2002:a2e:a58c:: with SMTP id m12mr7241360ljp.378.1602317221555; Sat, 10 Oct 2020 01:07:01 -0700 (PDT) Date: Sat, 10 Oct 2020 10:06:59 +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] how to pass extra attributes from gschem to pcb Message-Id: <20201010100659.de76d060b24e75b1477dc74e@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 On Fri, 09 Oct 2020 22:06:34 -0400 DJ Delorie wrote: > > > How would people feeling about adding something like misc or > > user_attribute_string (or something) to the list? > > Perhaps a way to put a list of attributes-to-be-copied into the .pcb > itself, which are somehow passed to pcbfwd? Or put such a list in the > .sch files? Other information is passed by netlist so preferred method must be to pass information this path. > I'm just thinking, if we're bumping into this now, it would be a shame > to not make it flexible enough to support *any* attribute, and not just > a continuously growing but fixed list. If there's a simple way to make > it flexible, that would be better. gschem is very flexible, no problem adding whatever attribute is needed.