X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user 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:date:message-id:subject:from:to :content-type; bh=rYiXky/LEFX0UY9MUd25DoIGC9NAZax+2arP4qxfZds=; b=rv11XvgeXbsBmYDzuTBFVtYXs/SLcMQ7QZNNZL0LIwisiXjlfABNiTPsucc6j/ZCRT UbXbMy4NOmoMljMYU7vqsJEMepjPCAVG9XhEayJdK0fE6e1tjt0bD8s4zjV7ChL2Ov8Y HAcH7aLkJxVb6SfJtOW5qr10dVRDxEX89GryQ+yqv3nnbnYlD1BwO007MmObU6z8jifY BekiPcw+3A6R/uTSoruLfxQwUnH+C355DShEARwZ02YIIaY+YPh1duF94MBJvfi2W8uF 50LclAesEnFUfjakgmFlVdlG2H+LSygritLSGNwYQzGwpT8GjFW2xtVDSqrNlcSQ6jax 3stQ== MIME-Version: 1.0 X-Received: by 10.220.145.132 with SMTP id d4mr19328953vcv.9.1377597215372; Tue, 27 Aug 2013 02:53:35 -0700 (PDT) In-Reply-To: <521C6317.7070605@iae.nl> References: <521B22D8 DOT 3030707 AT iae DOT nl> <521C6317 DOT 7070605 AT iae DOT nl> Date: Tue, 27 Aug 2013 13:53:35 +0400 Message-ID: Subject: Re: [geda-user] Tutorial: VHDL with gEDA From: Vladimir Zhbanov To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Pin types are related to pins which are parts of their symbols. pintype= is an attribute of a pin, not a symbol attribute, so it specifies the signal direction for the pin. Thus, if a pin is INPUT for you XOR symbol, it should have the pintype=in attribute but the port symbol representing it within the sub-schematic is not a pin. The pin of the port should have pintype=out since it is an output for _the port symbol_. I hope, the signal direction shown below should clear this. external | XOR subcircuit pin | | -----------\ pin of the port symbol -->INPUT-->| |INPUT PORT >-->OUTPUT of the port--> pintype=in | -----------/ pintype=out | I noticed one issue with the ipad symbol, though. As far as I know, the pintype attribute values should be written in lower case according to the Master Attribute List Document.