Alexandru Stan
Alexandru Stan
Here's the latest output (pulled a few hours ago) for my schematic: https://google.github.io/pcbdl/examples/servo_micro.svg You can still see the same problem around U7 and U3. postCompaction did make a lot of...
I feel like I'm doing something wrong when trying to enable this. It has no effect. But to be fair, even if I had typos it wouldn't complain about it...
I can only assume I didn't enable it properly.
For my circuits I found that the vertical capacitors works best. Most capacitors were decoupling, therefore one or both of the ends were going to a GND or a VCC....
Yep, the charlieplexing example looks pretty horrific even with directions hardcoded:  After some port swapping (R3 was backwards, hooking up even numbered leds backwards since we don't support 180...
This was/is work in progress. My disclaimer was that I'm not too familiar with the codebase or the code conventions of the language. It might be horrible work. It just...
Yes please! I want this a lot for my uses. A way for a label to show up on a net. I don't think there's even a way to provide...
Once that's done. It would be nice to show nets that only connect to one place but is labeled/named. This way you could do airwires:  Right now I have...
Cool. I saw [hints in the schema](https://github.com/nturley/netlistsvg/blob/07e5c18950729dc9e297cf2de157ba02cd7866e1/lib/yosys.schema.json5#L77) about this. So I guess we'll be able to do: "netnames": { "PP3300": { "bits": [ 1 ] } "GND": { "bits": [...
I had a go at this: https://github.com/amstan/netlistsvg/commit/d4d9742fe131b8bee083f9faa49ec114ad862e96 Now I need to look at airwires, but I think it might be hard since it's essentially an edge with only one node...