summaryrefslogtreecommitdiff
path: root/cad/gwave/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-11-05- gcc3-ify (multi-line strings)dmcmahill11-0/+638
- be explicit about the location of graph (from plotutils) to help systems which have a graph program that doesn't work here.
2001-10-23update to gwave-20011020dmcmahill2-32/+0
New in 20011020: - better measurement: value at both cursors or difference in values at cursors - enhanced handling of log scales - yet more file-reading improvements and general bug fixes
2000-08-31-fix building of manpage (don't try and use docbook-to-man). Instead supplydmcmahill1-0/+11
the resulting manpage as a file.
2000-08-30update to gwave-20000809.dmcmahill1-12/+11
Notable changes since the last pkged version are: Gwave NEWS --- history of user-visible changes. -*- text -*- New in 20000518: - Logarithmic scales working on both X and Y axis. New in 20000509: - First public guile/guile-gtk release. - Popup menu on visible-wave button can activate per-waveform dialog box - Logarithmic scale on Y axis working; on X axis it isn't quite there yet. New in 20000108: - Merged in guile and guile-gtk; the GUI is mostly written in guile now. - Some additional improvements to reading of HSPICE input. Reading partial files from simulations still in progress works for ascii .tr0 files.
2000-03-01Initial import of gwave-19990927.dmcmahill1-0/+22
Gwave is a viewer for spice-like simulator output and other analog data Gwave can read several file formats. It attempts to guess file formats based on filename, and then tries all file formats until one succedes. These file formats are known: CAzM transient output (*.[BNW]) HSPICE binary and ascii formats (*.tr0, *.sw0, *.ac0) Spice2 and Spice3 "raw" output (*.raw) An ascii format with whitespace-seperated columns and column headings, such as that produced by ACS (Al's circuit simulator). (*.acs, *.asc, *.ascii) The "Export Postscript" and "Export PNM" options on the main File menu provide the rudiments of output for inclusion in other documentation. They and simply write out files called gwave_out.ps and gwave_out.pnm into the current directory. In the future, a dialog box will allow configuring the print and export output.