2 Bugs (no particular order):
5 - If a component cannot be read, then this situation is not dealt
6 with. Technically at this point, gnetlist can't do anything so
7 it really should exit. Add code to do this later...
9 - memory leaks (lots right now) A LOT MORE now!
11 - Ordering of pin outputs in spice netlist ouput for components like
12 BJT transistors B C E. This is wrong for now. (might be fixed now)
14 - (SPICE backend) It is possible to have named a net something (say 1)
15 and then have an unnamed net called 1 as well. Obviously my
16 unnamed net naming is lame.
18 - gnetlist:get-toplevel-attribute only looks for the first occurrance
19 of the toplevel attribute. Make this somehow better?
21 - Figure out why the post process screwed up net names when it was
22 done in the wrong place (after every sheet), low priority
24 - gnetlist doesn't handle order very well on some machines?
29 FIXED embedded schematics don't netlist at all.
31 OKAY infinite net connection loops
33 FIXED attach an label to a net which is going to no pin and it won't
34 show up. (this is because mid point connections are not being
35 dealt with properly...)