Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinnl/stringent
A mosfet optimizer
https://github.com/martinnl/stringent
Last synced: 10 days ago
JSON representation
A mosfet optimizer
- Host: GitHub
- URL: https://github.com/martinnl/stringent
- Owner: martinnl
- License: other
- Created: 2013-09-24T22:24:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T22:46:51.000Z (over 11 years ago)
- Last Synced: 2023-08-04T05:04:12.178Z (over 1 year ago)
- Language: C++
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Stringent
A mosfet optimizer
This optimizer contains 2 modes: a bruteforce tester and a equation based optimizer
Bruteforce
The bruteforce method tests different input variables and analyzes the output to find a optimium solution.Equation
The equation based optimizer parses the netlists and derives EKV equations for each measurement.
Then the equation system is solved using octave and verified using ngspice.Additional software used:
Octave, ngspice, gnuplot