1 Bugs (no particular order):
2 --------------------------
4 - If a component cannot be read, then this situation is not dealt
5 with. Technically at this point, gnetlist can't do anything so
6 it really should exit. Add code to do this later...
8 - Memory leaks (lots right now) A LOT MORE now!
10 - Ordering of pin outputs in spice netlist output for components like
11 BJT transistors B C E. This is wrong for now. (might be fixed now)
13 - (SPICE backend) It is possible to have named a net something (say 1)
14 and then have an unnamed net called 1 as well. Obviously my
15 unnamed net naming is lame.
17 - gnetlist:get-toplevel-attribute only looks for the first occurrence
18 of the toplevel attribute. Make this somehow better?
20 - Figure out why the post process screwed up net names when it was
21 done in the wrong place (after every sheet), low priority
23 - 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 a 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...)