Skip to content
/ JSPICE Public
forked from 1sand0s/JSPICE

Java based SPICE Solver (No GUI)

License

Notifications You must be signed in to change notification settings

alimogh/JSPICE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java based SPICE Solver (No GUI)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%