/KiCad_Symbol_Generator

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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