X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Fri, 6 Jan 2012 17:36:36 -0500 Message-Id: <201201062236.q06MaapB010931@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <1325889171.1735.15.camel@Lab1.home> (message from Vinny Onelli on Fri, 06 Jan 2012 17:32:51 -0500) Subject: Re: [geda-user] How to regenerate net file References: <1325873411 DOT 1722 DOT 15 DOT camel AT Lab1 DOT home> <201201061903 DOT q06J3907000709 AT envy DOT delorie DOT com> <1325889171 DOT 1735 DOT 15 DOT camel AT Lab1 DOT home> 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 > Start from the top, I ran "gsch2pcb project" which include file-1 > and file-2 which generate file.pcb, after the pcb file was > completely layout I made connection changes to file-1 and file-2.sch > then executed gsch2pcb again but no changed was made to the net > file. So my question is how can I update the net file so I can load > the correct one to the pcb file? The second time you run gsch2pcb it doesn't update the pcb itself, it creates a few files that you have to import into pcb. File->Load Netlist loads the new *.net file, and File->Load Layout Data loads the *.pcb.new. When you ran gsch2pcb, it should have printed some instructions on how to do this. After you import the new netlist, type 'o' to optimize the rats to reflect the new connections.