Mail Archives: geda-user/2015/10/16/11:22:30
On Sun, 2015-10-11 at 14:42 -0800, Britton Kerin
(britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com] wrote:
> On Wed, Oct 7, 2015 at 6:39 PM, Kai-Martin Knaak <kmk AT familieknaak DOT de>
> wrote:
>
> > Stefan Salewski wrote:
> >
> > > The toporouter as described in in the PhD thesis of Tal Dayan from
> > > 1997 assumes that there is an empty area for routing, which is only
> > > restricted by the size of pads and pins. So each already existing
> > > trace is a problem.
> >
> > I suspected so. So this is worse than just a not yet coded feature.
> > Unfortunately, doing some portions in advance manually is key to deal
> > with many special cases. Examples:
> >
>
> Yes I like to do manual first too. To make it useful, what's needed is
> first a "discovery pass"
> on the existing board to take it back to topology. I think you can't put
> that much burden
> of keep-outs on cost function or geometry portion of the algorithm and have
> it work right.
> I've very excited to try to write this if someone else doesn't beat me to
> it:)
>
> Britton
Yesterday I have launched the router again -- first time after two
years. I have forgotten a lot, but a plain "ruby router.rb" gave me some
fresh pictures, so it seems still be working with Ruby 2.2, CGAL 4.6,
Boost 1.57 and cairo 1.14.
For your idea of allowing prerouted manual traces: One solution would be
to cover that traces with pads and pins, so autorouter will know that
the area is occupied. That is some work coding it. For very special
cases that may make sense. But generally I think that the effort is not
really justified, and it will restrict the autorouter very much. Why do
you think you need manually routed traces at all? Generally we can tell
the autorouter to do all well. Matched pairs and Stripline/Microstrip
transmission lines may be very problematic of course. But for those one
can reserve areas by placing a large pad somewhere, or by reserving
complete layers for that.
I will try to put the Appolonius wrapper on my page this weekend, and
maybe I will put a packet with all necessary wrappers and a built script
together. Then testing will be easier. I am currently trying to remember
how I did the traces export for the example picture on my page...
- Raw text -