So What's Going On? #146
devbisme
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's been silent for the past few months, so I thought I'd at least give an update on what I've been doing w.r.t. SKiDL.
My main effort has been to refactor and extend @shanemmattner 's code that generates an EESCHEMA schematic from SKiDL:
tools
subdirectory so each tool has a separate directory that can contain multiple files. That way, everything for KiCad doesn't have to be stored in a single, multi-thousand line file.BBox
for bounding boxes.I also added a new feature to SKiDL called
Group
which lets you easily add hierarchy to a design without having to encapsulate it into a separate function. The example below groups the resistor and capacitor of a lowpass filter so they'll be placed together in the initial PCB layout if you use the HierPlace plugin.Unfortunately,
Group
is stuck in thegen_sch
branch so it won't appear until I finish the cuurent version of the schematic generator.Beta Was this translation helpful? Give feedback.
All reactions