diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-01 20:22:11 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-01 20:22:11 +0000 |
commit | 78fa4aaae19fe63772632aa060d4badcd5111a9d (patch) | |
tree | b813c5f32083f9afb50191841508d58c2bbb7bac /cad/Makefile | |
parent | c74a8d91a1dbe014c2f1fefacfd5cb4b2130f355 (diff) | |
download | ports-78fa4aaae19fe63772632aa060d4badcd5111a9d.tar.gz ports-78fa4aaae19fe63772632aa060d4badcd5111a9d.zip |
This port provides a GUI for two freely available SPICE electronic circuit
simulation engines: GNU-Cap and Ng-Spice.
Current features:
Import gschem schematic files using gentlist.
Load and parse circuit description (net list) files.
Provides a GUI interface for GNU-Cap OP, DC, AC and Transient
analyses and generates appropriate simulator commands
based on user input.
Provides a GUI interface for Ng-Spice DC, AC and Transient
analyses and generates appropriate simulator commands
based on user input.
The raw output may be viewed for any processes initiated by gspiceui.
Formatting of simulator output so that it may be plotted using gwave.
WWW: http://www.geda.seul.org/tools/gspiceui/index.html
PR: ports/99357
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=169394
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 1eda6d72c1f8..6620f28fc91e 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -34,6 +34,7 @@ SUBDIR += gmsh SUBDIR += gnucap SUBDIR += gplcver + SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += gwave SUBDIR += impact |