X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=mindspring.com; b=HijPp8d8cajXqK+4QfTkrl1zG1vFQx2Knx6TfIrtJSIWlBzad53dSAQKFxUalmK7; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-ELNK-Trace:X-Originating-IP; Message-ID: <32592486.1326389210485.JavaMail.root@elwamui-lapwing.atl.sa.earthlink.net> Date: Thu, 12 Jan 2012 12:26:49 -0500 (EST) From: daledouglas AT mindspring DOT com To: geda-user AT delorie DOT com Subject: Re: [geda-user] How to make a parameterized subcircuit in gschem? Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: EarthLink Zoo Mail 1.0 X-ELNK-Trace: 9c0fac58edfb396396bd1b040bd52e8c416dc04816f3191cb78c3094aa0df81441035ab778db1bba5e235e6b654414de350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 209.86.224.38 Reply-To: geda-user AT delorie DOT com Nope, value doesn't work, but setting model to: PMOSW w=0.48u l=0.18u f=1 does work. This is annoying, and I would surely rather have a "w" "l" and "f" field, but I can work with it. Thanks for the tip, Dale -----Original Message----- >From: Russell Dill >Sent: Jan 12, 2012 11:04 AM >To: geda-user AT delorie DOT com >Subject: Re: [geda-user] How to make a parameterized subcircuit in gschem? > >> --snip-- >> XMP1 Out In Vdd Vdd PMOSW W=0.48U L=0.18U f=1 >> --snip-- >> >> ??? Adding W,L, and f parameters to a standard "IC" symbol produces the following output through gnetlist: >> >> --snip-- >> X2 1 3 4 4 PMOSW >> --snip-- >> >> Is the problem gnetlist, or how my symbol is configured in gschem? Is there a single line I should dump the parameters in (model, for example)? > > >Use the 'value' keyword, eg: > >value=pmosw w=0.48u l=0.18u f=1