1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-16 15:28:54 +03:00
EDA Tools, Small tools to assist Electronic Design Automation http://projects.qi-hardware.com/index.php/p/eda-tools/
Go to file
2016-08-22 22:34:02 -03:00
b2 INV: add comment explaining what the fields mean 2012-11-11 17:50:45 -03:00
boom manu/Makefile: run a recursive make on all subdirectories 2010-10-30 19:12:29 -03:00
common common/Makefile.c-common: preserve directory for object files 2016-08-17 20:49:18 -03:00
dsv dsv/dsv (flush): sanitize name of local data sheet copy 2016-02-29 22:44:26 -03:00
eeshow eeshow/file/git-file.c (related_only_repo): lookup repo again after grafting 2016-08-22 22:34:02 -03:00
fab fab/prettygerbv: update for new file names; add option -y for vertical stacking 2013-09-30 14:11:00 -03:00
fpd2pdf fpd2pdf/fpdoc: ignore items in .pos not defined in the schematics 2011-06-07 16:36:48 -03:00
genkicat genkicat/pdf.c (make_pdf): set paper size to A4 2013-10-25 20:54:32 -03:00
kicad-cmdline-testing upleveled cmdline patches to kicad bzr 3493 2012-04-08 08:37:48 +02:00
kicad-patches kicad-patches/README: add KiCAD build dependencies as prerequisite 2015-05-23 11:41:57 -03:00
mlztx mlztx/cptx: new utility for KiCAD board files to copy content across text fields 2011-03-14 13:17:11 -03:00
old-boom rescue files from svn.openmoko.org 2012-05-01 23:09:24 -03:00
rptflt rptflt/rptflt.pl: filter for KiCad DRC reports 2014-06-01 10:35:27 -03:00
schhist Merge branch 'master' of projects.qi-hardware.com:eda-tools 2012-12-05 00:43:39 -03:00
swpcmp swapcmp/: swap (rename) components in a layout 2011-09-29 00:50:52 -03:00
Makefile.kicad Makefile.kicad: copy over from ben-wpan/makefiles/ 2015-05-23 11:40:31 -03:00
README README: mention eeshow, mark schhist as obsolete 2016-08-02 14:53:52 -03:00

eda-tools
=========

This is a collection of utilities for Electronic Design Automation:

- boom: a BOM-processing system. Note that the core scripts of BOOM are
  at http://svn.openmoko.org/trunk/eda/boom. The material here builds
  upon them.

- dsv: data sheet viewer. A simple but efficient system for caching data
  sheets and displaying them with xpdf from command line.

- eeshow: renderer and generator of graphical differences for schematics
  from KiCad Eeschema.

- fab: set of tools to convert/generate files for fabrication

- fpd2pdf: convert a set of footprints (made with FPED) into a
  reviewer-friendly PDF.

- mlztx: set of tools to copy text across layers or across text fields
  in a layout, e.g., to place a version number at several locations

- schhist: a system to walk a KiCad project's git revision history and
  generating Web-browseable graphical differences of the schematics.

  Obsolete. Use eeshow instead.

- swpcmp: swap components in a layout

- Makefile.kicad: common makefile for KiCAD projects. Note that some of
  the functions provided there use the command-lines patches for KiCAD
  and therefore don't work with current versions of KiCAD.

Each utility can have its own licensing terms. They're specified in the
respective directory or in the file itself.