Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f18m/netlist-viewer
SPICE netlist visualizer
https://github.com/f18m/netlist-viewer
circuits circuits-and-electronics electrical-engineering electronics netlists spice
Last synced: about 2 months ago
JSON representation
SPICE netlist visualizer
- Host: GitHub
- URL: https://github.com/f18m/netlist-viewer
- Owner: f18m
- Created: 2023-08-22T22:05:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-06T13:57:21.000Z (about 1 year ago)
- Last Synced: 2024-08-03T17:10:51.357Z (5 months ago)
- Topics: circuits, circuits-and-electronics, electrical-engineering, electronics, netlists, spice
- Language: C++
- Homepage:
- Size: 2.57 MB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opensource-hardware - netlist-viewer
README
# netlist-viewer
Netlist Viewer is a tool capable of loading SPICE netlists and convert them in a schematic (i.e. graphical) format.
The graphical representations helps to understand the electrical/electronic circuit represented by the SPICE netlist, and save some tedious work.# Screenshots
![1](https://github.com/f18m/netlist-viewer/assets/9748595/ff8c1017-f92b-4f33-b399-36a6affe25de)
![2](https://github.com/f18m/netlist-viewer/assets/9748595/9a7054e3-cc1b-469b-82e9-95874dc7773a)# Past versions of Netlist-viewer
Past versions, namely version 0.1 and version 0.2, were hosted in Sourceforge, see https://sourceforge.net/projects/netlistviewer/.
All new developments have been moved into this Github project.# How to build from sources
NetListViewer is a pretty simple application with 2 main dependencies: [wxWidgets](https://www.wxwidgets.org/) and [Boost](https://www.boost.org/).
Some simple notes on how to build NetListViewer for [Windows](NetlistViewer/build/win/README.md) and for [Linux](NetlistViewer/build/linux/README.md) are available.# Status
The software is usable even if it could be improved very much.
Since the creation of the project (2010) I have not been using this tool anymore (I'm not doing any HW design anymore) so this software will not be further improved unless someone else wants to step up to improve it.
Pull requests are of course welcome anyhow.