Alexandru Stan
Alexandru Stan
Similar to [CBOLD's ^ operator](http://cbold.com/cbold/refman/con_prac_two_port.htm). Instead of: vcc
While it's not really possible to define a part with the same refdes as another par normally. >>> Part(refdes="C1") C1 >>> Part(refdes="C1") Traceback (most recent call last): File "", line...
Together with issue #4, we should write a few tests for making sure refdeses do stay consistent. Something like a copy of servo_micro, and a ton of patches on top...
* [ ] "context" => "schematic" or something like that. This is really the thing that will be added upon to do hierarchies. * [ ] "defined_at" => "inspect" *...
Sometimes parts have pins that belong to groups (ex: SPI, SDIO). Those pins shouldn't really force the user to connect each pin individually, but there should be a way to...
In https://github.com/google/pcbdl/commit/d53d183b1eb44a23925aa264589c4f6681e8c1cf I added to the functionality that allows a Pin to be used instead of a Net for a lot of cases. Should write tests for that. Perhaps make...
See https://github.com/google/pcbdl/tree/d53d183b1eb44a23925aa264589c4f6681e8c1cf#bom Also don't forget about the populated part attribute.
Either from a netlist or a schematic. Both? https://github.com/google/pcbdl/tree/d53d183b1eb44a23925aa264589c4f6681e8c1cf#importing-from-traditional-eda-schematics
We probably want to have a richer way to define fields on parts. Something that's easy to handle and inherit from. Potential fields: * value * part_number * populated *...
Mostly made this issue for tracking. Duplicate of https://github.com/nturley/netlistsvg/issues/52 Which in turn is a duplicate of https://github.com/eclipse/elk/issues/374, though perhaps we can write a post processor in netlistsvg.