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=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=Koql33vp50z3G3AK4ETaKHtA6Ub1bap+BtincEVvdIQ=; b=R3uGa8o2llnI9cMTF728L3c4zDhJKENDdklbf9oU3c7WCS2WEz5kUtWiNlvGBBFQVJ lz5uQRjdISQSMHo/QBTM0kd9mArWOmyCg2NYIlCeQc/VFDjWwYseEj/CmWwOdvII1fne hV3lJLB2kKeC8EuXj3CFk/zWdFliFhJHkCVUsuj14b/ij8O4H1se+qmq5Vn6sbgHRF2B w4IbV4D8FKicIQ79sNGSRJ/8buMhBtMx99c8jjd4yLEfggmnT0HD6lCJqJ6H6bOX522N x1olS8apH08cj8YI80JHyucWzpNJOkluQ1P0aEJqSZR2pIj3vZ2aOVRzY1qpOnSXJGvB V7gg== X-Received: by 10.182.73.4 with SMTP id h4mr3058754obv.18.1358403739675; Wed, 16 Jan 2013 22:22:19 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <6C1F8807-DFAD-4256-8F70-BD4AF4EF3A3E@noqsi.com> References: <644026BD-F6E6-4533-B450-A91CAF83937A AT noqsi DOT com> <6C1F8807-DFAD-4256-8F70-BD4AF4EF3A3E AT noqsi DOT com> From: Abhijit Kshirsagar Date: Thu, 17 Jan 2013 11:51:49 +0530 Message-ID: Subject: Re: [geda-user] gnetlist hierarchy uref order setting 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 >Interesting. Stuart seems not to have implemented refdes "munging" for all of the components he lists at http://www.brorson.com/gEDA/SPICE/x631.html. So does that count as a bug? > Put (hierarchy-traversal "disabled") in your gnetlistrc. Then I netlist subcircuits separately and > let SPICE do the hierarchy expansion. See > http://www.brorson.com/gEDA/SPICE/intro.html. I've looked through this - and it seems to be the same as the RF example that ships with the gEDA distribution. As i understand, I need to generate the cir files from the sub-schematics first, then netlist the top level schematics. Do most people use something like a makefile, when systems become large? Is there a makefile generator out there? I was hoping to have everything (including the SPICE simulation commands) in schematics only - so the end user only needs to keep gSCHEM open and navigate the hierarchy to see the entire design. ~Abhijit