1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-28 22:42:01 +03:00
EDA Tools, Small tools to assist Electronic Design Automation http://projects.qi-hardware.com/index.php/p/eda-tools/
Go to file
Werner Almesberger 5083973b9a kicad-patches/README: bump KiCad version to bzr 3494
In 3493, linking pcbnew fails with

CMakeFiles/pcbnew.dir/files.cpp.o: In function `PCB_EDIT_FRAME::SavePcbFile(wxString const&, bool)':
files.cpp:(.text+0x1ebd): undefined reference to `IO_MGR::GetFileExtension(IO_MGR::PCB_FILE_T)'

This appears to be fixed in 3494.
2012-04-11 17:31:00 -03:00
b2 b2: BOOM rewrite (WIP) 2012-03-18 13:24:12 -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
genex genex/: generate expanded component view (WIP) 2012-03-30 20:02:24 -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: bump KiCad version to bzr 3494 2012-04-11 17:31:00 -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/schhist2web: > was missing in IMG tag for unchanged.png (vertical bar) 2011-10-01 09:49:31 -03:00
swpcmp swapcmp/: swap (rename) components in a layout 2011-09-29 00:50:52 -03:00
README swapcmp/: swap (rename) components in a layout 2011-09-29 00:50: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.

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

- swpcmp: swap components in a layout

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