Commit f05790d
authored
Basic version of
* Add `pcb import`
* Add kicad import spec
* Add stackup import + codegen
* Tolerate extra footprints in layout
* Add netlist extraction
* Extract schematic + symbol sexprs
* Extract layout information
* Generate sym + fp component files
* Generate component .zen files
* Generate component module imports
* Sanitize names better
* Plumb modules in generated board .zen
* Add sync hooks to layout
* Sync, dnp, skip_bom, skip_pos info
* Sum refactoring
* Fix NC net handling
* Structure in phases
* Extract schematic tree structure
* Derive hierarchy plan
* Extract "placed" symbols, generate modules
* Generate full module hierarchy
* Tolerate unmanaged footprints
* Add NotConnected support
* Passive promotion
* Denser codegen
* Address PR comments
* Handle more boards
* Make component package generation all-or-nothing
* Add more generic packages
* Rebase
* Cleanup
* Model coordinate transform
* Parse more pin data
* Infer Power/Ground
* Split generate into multiple modules
* Add better footprint canonicalization
* Disambiguate duplicate KiCad pin names via pin_defs
* Address PR comments
* Fix reused-sheet components
* `pcb import <path-to-project.kicad_pro> <output-dir>`
* Create portable archive of kicad project on `pcb import`
* Remove dead template file
* Remove unnecessary scanning of kicad_pcb files
* Show errors last on `pcb import`
* Preserve kicad project name in zener
* Make parity blocking issues more obvious
* Separate parity issues table, address PR comments
* Fix rebase issues
* Remove thin wrapper APIs in pcb-kicadpcb import for kicad projects (#502)1 parent 4916862 commit f05790d
File tree
53 files changed
+13603
-424
lines changed- crates
- pcb-component-gen
- src
- templates
- pcb-diode-api
- src
- pcb-eda
- src
- kicad
- tests
- pcb-kicad/src
- pcb-layout/src
- pcb-sch/src
- pcb-sexpr/src
- kicad
- pcb-zen-core/src/lang
- pcb
- src
- codegen
- import
- generate
- templates
- tests/snapshots
- docs/specs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+13603
-424
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
73 | | - | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments