[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Dumb (g)netlist question.
Hi Stefan,
[snip]
>When you select to name a net which already has a name, this name could
>automagically be "filled in" in the pop-up.
>
>The same for power nets. But that requires that the net knows about the
>vcc symbol. Is that possible?
Hmmm... gschem is pretty dumb about netlists, but I've been
debating about taking gnetlist and creating libgnet which would be all
the functions necessary to create netlists on the fly.
Also the current attribute dialog box is pretty dumb. I need
to make that a bit smarter. There's still a lot of work to be done
in the area of attributes and how they are attached/detatched/edited.
[snip]
>
>BTW gschem is fast now. Real nice indeed! And it compiles out the box. But
>that you already knew.
Glad to hear it. I still have one more major subsystem rewrite
in the near term which should improve things even more. Basically the
whole selection mechansim (internally) is a total mess in terms of design
and implementation. I have no idea what I was thinking when I wrote it.
Once that's fixed a bunch of annoying bugs should go away and larger
schematics/symbols should be handled much better.
-Ales