Skip to content

CyanSong/eda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eda

Overview This prjoct is for EDA course in SJTU. The purpose of this project is to design a naive spice simulator. The copyright is owned by the author Cyan Song.

Installation

First you should install matplotlib manually. To install the package:

python setup.py install

Usage

import the package:

import xspice.xspice as xp

build the circuit and run commands:

circuit = xp.Xspice("netlist_string")
circuit.handle_cmds()

Releases

No releases published

Packages

No packages published