https://github.com/sifferman/ESspice
This is a simplified open-source SPICE implementation completed for UCSB ECE 594BB F22 by Peng Li.
- DC Voltage Sources
- PWL Voltage Sources
- DC Current Sources
- PWL Current Sources
- Resistors
- Capacitors
- Inductors
- N-MOSFETs
- P-MOSFETs
- DC
- Transient (via Forward Euler Approximation)
- Linux OS
- MATLAB 2022b
Add the following to your "~/.bashrc"
:
export MATLABROOT=/usr/local/MATLAB/R2022b
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MATLABROOT/extern/bin/glnxa64:$MATLABROOT/sys/os/glnxa64:$MATLABROOT/bin/glnxa64