1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00
Werner Almesberger 676c6a2715 dsv/dsv: record source URL in dsv-* file; new option -u to show it
This adds a second line to the dsv-* files, containing the source URL.
dsv -u <word> shows the URL.

Compatibility with older versions of dsv:

- "dsv -u" will fail with an error if running on an old data sheet
  database, while the rest of dsv works as before

- to update the database, run the usual "dsv setup ..."
  (most dsv-using projects have a "make dsv" target for this)

- older version of dsv will not be able to display data sheets or paths
  if run with an updated database
2012-12-21 17:43:37 -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.
S
Description
EDA Tools, Small tools to assist Electronic Design Automation
http://projects.qi-hardware.com/index.php/p/eda-tools/
Readme 1.3 MiB
Languages
C 68.9%
Shell 15.5%
Perl 9.4%
Makefile 2.8%
Yacc 1.8%
Other 1.6%