Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.14 KB

JSPICE

GitHub Workflow Status GitHub

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.

Supported Analysis

  1. DC Analysis

  2. AC Analysis

  3. Transient Analysis

Requirements

  1. Openjdk 17

  2. Maven v3.8.4

Building

  1. Clone the JSPICE repository:

    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

  2. Running with Maven

    To build and run tests, cd into the JSPICE directory and execute mvn clean install