[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Locking down auto-routed traces?



My version doesn't seem to add any blobs. While I have a work-in-progress
version that's not in CVS yet, there is nothing in the code that I think
would affect this. My guess is that the current CVS version doesn't create
such blobs. It's also curious that the blobs in your example file DON'T have
the AUTOFLAG set, indicating that they weren't created by the autorouter.

Any chance these were created by the "trace optimizer?"

I don't recommend manually futzing with any internal pcb flags, which is to
say I don't think you should follow Dan's suggestion. Instead simply use the
:RipUp(Selected) facility to only rip-up the targeted nets and/or lock them.

harry

----- Original Message -----
From: "Bob Paddock" <bpaddock@csonline.net>
To: <geda-user@seul.org>
Sent: Sunday, May 16, 2004 6:15 AM
Subject: Re: gEDA-user: Locking down auto-routed traces?


> On Saturday 01 May 2004 07:39 pm, Bob Paddock wrote:
> > On Saturday 01 May 2004 10:00 am, Dan McMahill wrote:
> > > clear the autorouted trace flag on those traces.  Its bit 0x8.
> > > I can't seem to figure out how to do it without editing the
> > > .pcb file though.  There probably is a way though.
> > >
> > > in an example.pcb file  I have:
> > >         Line[105541 62022 114230 53333 600 600 0x00000080]
> > > making that be
> > >         Line[105541 62022 114230 53333 600 600 0x00000000]
> > > makes it not be an autorouted trace any more
> >
> > I found you also have to clear the autorouted trace flag in the Via[]
> > section as well.
>
> Are there any other flags that need to be cleared to turn off auto routed
> traces?
>
> I have a board that has the top section completely finished, I don't want
> it changed by the autor outer.
>
> I'm now working on the botttom section.  When I run the auto router for
the
> bottom section, the auto router adds "blobs" to several of the power nets
> in the top section.   It is always a power net, never a signal net, and I
> don't see what is different between the ones it chooses to blob verses an
> identical neighbor that it doesn't blob.
>
> I've uploaded an example to Source Forges bug tracker page.