Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.