This commit is contained in:
18
kibot/yaml/kibot_out_netlist.yaml
Normal file
18
kibot/yaml/kibot_out_netlist.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# KiBot output for generating netlist in KiCad format
|
||||
# https://kibot.readthedocs.io/en/latest/configuration/outputs/netlist.html
|
||||
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
outputs:
|
||||
- name: @NAME@
|
||||
comment: '@COMMENT@'
|
||||
type: netlist
|
||||
options:
|
||||
format: '@FORMAT@'
|
||||
|
||||
...
|
||||
definitions:
|
||||
NAME: netlist
|
||||
FORMAT: classic
|
||||
COMMENT: Schematic netlist in KiCad format
|
||||
Reference in New Issue
Block a user