File: README

package info (click to toggle)
geda-examples 20061020-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,044 kB
  • ctags: 27
  • sloc: sh: 612; makefile: 114; python: 38
file content (88 lines) | stat: -rw-r--r-- 2,515 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88

gEDA

GPL Electronic Design Automation
------------------------------------------------------------------------------

README for examples 


This directory contains design examples done with gEDA/gaf.  All designs
in this examples directory are covered by the GPL or equivalent license.


- Examples

	gTAG -  USB to JTAG interface
	-----------------------------
	Author: Stefan Petersen 
	Copyright (C) 2001-2003 Stefan Petersen
	License: GPL
	gTAG is an interface to connect your USB port of computer to talk
	to your circuits which talks JTAG.

	See gTAG/README and gTAG/ChangeLog for more information.
	
	gTAG shows off how to do hierarchical schematics in gEDA/gaf.


	lightning_detector - A lightning detector
	-----------------------------
	Author: Terry Porter
	Copyright (C) 2003 Terry Porter
	License: GPL
	This unit flashes a lamp, the brightness proportional to the
	range/power of lightning.

	lightning detector shows off how to use gEDA/gaf and PCB.
	Also includes the start of a bom creator which reads sch files
	directly.


	RF_Amp - schematics and associated materials for a SPICE model
	of Agilent's MSA-2643 bipolar amp.
	-----------------------------
	Author: Stuart Brorson
	Copyright (C) 2003 Stuart Brorson

	This project exemplifies construction of a hierarchical SPICE
	simulation using gEDA.  You may have edit some paths to get the
	examples to netlist.


	TwoStageAmp - A Two stage amplifier SPICE playpen
	-----------------------------
	Author: Stuart Brorson
	Copyright (C) 2003 Stuart Brorson

	This example shows how to do gEDA SPICE netlisting with SPICE
	models, includes, and directives.  You may have edit some paths
	to get the examples to netlist.



- License  

        gEDA/gaf (which includes libgeda, gschem, gnetlist, geda, setup,
        gsymcheck, gschcheck, gpcb, utils, docs, examples, all associated
        files, the component symbols, and all the file formats) is placed
        under the GNU Public License (GPL) version 2.0.  See the various
        COPYING files for more information.

        Programs and associated files are:
        Copyright 1998-2006 by Ales Hvezda and the respective original
        authors (which are listed on the respective files)

	All designs are copyright their respective authors. 



- gEDA Internet resources

        Homepage: http://geda.seul.org

        Mailing lists: http://geda.seul.org/mailinglist

        For any questions related to gEDA/gaf, please subscribe and post
        to the "geda-user" mailing list.