Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.59 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.59 KB

KiProject

KiCAD Project Generator Script

Usecase

When you have IC which consist of 100s of pins, symbol could be generated by this script.

Intro

This readme is intentionally kept simple.
This project takes csv file and converts to KiCAD project.
It will take information from csv file; generate symbol and global labels in a KiCAD project.
It can be also used for just generating KiCAD libraries.

MicrochipProject
Figure 1. Simple Generated KiCAD Project example. Click to see this example

ShowcaseProject
Figure 2. Showcase Generated KiCAD Project's Plot. Click to see this example

Setup

Windows

  1. Download git bash for windows
  2. Follow instructions at GNU/Linux heading

GNU/Linux

Open terminal follow below instructions:

$ git clone https://github.com/aslansq/KiProject.git
$ cd KiProject
$ ./configure.sh # it will test your environment and suggest solution
# after configure successful, you can continue with examples
$ ./examples/gen.sh

Interface

There are two ways to interface with KiProject.