1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-28 17:25:28 +03:00
EDA Tools, Small tools to assist Electronic Design Automation http://projects.qi-hardware.com/index.php/p/eda-tools/
Go to file
2011-09-28 23:36:28 -03:00
boom manu/Makefile: run a recursive make on all subdirectories 2010-10-30 19:12:29 -03:00
dsv dsv/dsv: added option -p to show the path to the file 2011-08-16 13:55:19 -03:00
fab eda-tools/fab/gerb2pbm: convert a Gerber file to a PBM image 2011-06-10 12:38:35 -03:00
fpd2pdf fpd2pdf/fpdoc: ignore items in .pos not defined in the schematics 2011-06-07 16:36:48 -03:00
kicad-patches kicad-patches: command-line selection of aux origin; support aux in DXF, too 2011-03-14 12:14:25 -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
schhist schhist/README: fixed typo (by Holger Freyther) 2011-08-11 06:11:43 -03:00
README README: mention also fab/ and mlztx/ 2011-09-28 23:36:28 -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.

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

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

- 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.

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