JSPICE is a SPICE solver developed from scratch in Java. A SPICE solver is a circuit simulator that can be used to compute node voltages and branch currents. They are commonly used in PCB/circuit design to ensure the extracted board parasitics/chosen components match the required specifications.
-
DC Analysis
-
AC Analysis
-
Transient Analysis
-
If you have Git installed, clone the repository by executing
git clone https://github.com/1sand0s/JSPICE.git
Otherwise, download the repository as a zip ball -
To build and run tests,
cd
into theJSPICE
directory and executemvn clean install