X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=qnu5N/iy/ScB8tJLUqVNexffw1bLwbodjHEN8LpSpBw=; b=0ZwUJ9B/p6+MXoAN+PeyUgIUOeSnVZgBrWD9TG5W8x6iY3tOrQzdOfg9xcM6sK4ljo 3NIGZnV7J516zPpums5Xyi+A2/PgVon3BAaMLEtVPPG/9NteYSIkX8afQIINn1MYk9gh Yc2zhT7MxVEINpUmr0ZSC2QVF86SyuH3vALHulc/gD+HEsWC+hlrFrDxOTjj5O+xJRzU 9k9+1pEFbnyNCjqSZmZwqfuO5cBWhJJ3UV7KlmHp3exYDI9ozhdmZ/yUqz5ZXcwfrY68 Rq6siEyScMZlifL82rGya/oiqCS4i0oQKtOBRA27QGzbK4YwYyEReQb0wwCxOvuehFEN //ww== X-Received: by 10.194.186.140 with SMTP id fk12mr5831813wjc.47.1398418461219; Fri, 25 Apr 2014 02:34:21 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Abhijit Kshirsagar Date: Fri, 25 Apr 2014 15:03:51 +0530 Message-ID: Subject: Re: [geda-help] Down Symbol To: geda-help AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk AFAIK, pintype is used only for DRC checking. Simulators and PCB probably ignore it. See the gEDA/gaf Master Attribute Document for possible values of pintype. 1. If you are editing a symbol that came with gschem/gEDA it;'s probably in /usr/share/gEDA/... and is read only. After you edit, make sure you use save-as and specify a directory you have write permissions for (a convenient place is to make a subdirectory called "symbols" next to the schematic you're working on. 2. You need to tell gschem where to look for custom symbols - do this using a gafrc file (either global, per-user, or per-project). You need to restart gschem for the new gafrc to take effect. 3. Reopen your main schematic, *delete* the old symbol and add the new one you created. Abhijit