[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: syncing updates between gschem and pcb?
[ Ales here, I'm reposting this since majordomo didn't recognize the
e-mail as being subscribed to the geda-dev/user mailinglist.
Please note that I am not the original author. ]
-- Cut here --
From: Xtian Xultz <xultz@projetos.etc.br>
The best way to do it, IMHO, is by maintaining a up to date letlist ever.
Thats the way I do.
When I do some modification on my schematic, I update the netlist with a
gnetlist -gPCB -o netlist_file.net *.sch
and then reload it in the PCB.
If theres a new component that PCB doesnt have, it will tell you on the
log window, and a lot of other erros, like if you put a new component and
name it with a name that still exists, and so on...
On Sat, 7 Jun 2003 18:04:27 -0700 (PDT)
Mikey Sklar <sklarm@screwdecaf.cx> wrote:
>
> Is there a way to maintain sync between gschem and pcb?
>
> I create my schematic in gschem. I use gschem2pcb to get a netlist and
> pcb file. I do my layout in PCB. Everything so far works just fine for
> me.
>
> Now I decide I forgot a component on the schematic. Is it up to me to now
> manually add the component to both gschem and PCB and hope that I'm doing
> the right thing? Is there a suggested way of merging updates from gschem
> into PCB, without losing the hours of layout work I have done in PCB?
>
> Great tools btw regardless of whether or not this is easily done.
>