aboutsummaryrefslogtreecommitdiff
path: root/cad/tclspice
Commit message (Collapse)AuthorAgeFilesLines
* - gcc 4 compatiblityStanislav Sedov2006-12-161-0/+20
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=179966
* - Fix typoRong-En Fan2006-07-081-1/+1
| | | | | | | | | PR: 99941 Submitted by: Stanislav Sedov <ssedov mbsd.msk.ru> (maintainer) Approved by: delphij (mentor, implicit) Notes: svn path=/head/; revision=167210
* TclSpice is an improved version of Berkeley Spice designed to be used withPav Lucistnik2006-06-2615-0/+336
the Tcl/Tk scripting language. The project is open-source (BSD license) and based upon the NG-Spice source code base with many improvements Features and Improvements - Fully Tcl scriptable - installs with 'package require spice' statement - Hspice syntax (SpicePP). - GUI interfaces, various (Tk). - SpiceWish (BLT graph widget) - BLT (tcl compatible) vectors for storage, manipulation and arithmetic upon Spice waveforms. - Xspice additions (Georgia Tech). - Trigger upon waveform events. - Spice 'simulator state' save and restore for rapid 'what-if' simulations (no longer need to re-simulate from the beginning each time a device value is changed). Author: Stefan Jones <stefan.jones@multigig.com> WWW: http://tclspice.sourceforge.net/ PR: ports/99399 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Notes: svn path=/head/; revision=166388