Battosai42 / KiCad_Symbol_Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KiCad_Symbol_Generator

This script is intended to read a file containing a pinlist and automatically generate a Kicad compatible symbol from it.

Task List

  • basic symbol generation
  • reading of basic input file (see example)
  • open documents spreadsheat (ods) as input
  • verilog file as input
  • spice file as input

Example input file:

input [3:0] binary_in  ;
input  enable ;
output [15:0] decoder_out ;
inout [15:0] decoder_out ;

Currently tested on KiCad 5.0

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%