Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksiksi/cspice
A SPICE engine written in C++.
https://github.com/aksiksi/cspice
Last synced: 6 days ago
JSON representation
A SPICE engine written in C++.
- Host: GitHub
- URL: https://github.com/aksiksi/cspice
- Owner: aksiksi
- License: mit
- Created: 2015-04-13T19:41:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T07:17:27.000Z (over 9 years ago)
- Last Synced: 2024-10-23T09:00:14.636Z (14 days ago)
- Language: C++
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSpice
A subset of a SPICE simulator written in C++. Consists of a REPL, a SPICE syntax parser and lexer, and a simulation engine for the supported subset.
## Current Features and Roadmap
See TODO.md.
## Planned Features
* Working subset of SPICE directives and simulation options.
* REPL for running simulations.
* Plotting using gnuplot.