Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 333 Bytes

Pixie ⚡

A small circuit simulator made for the purpose of learning.

Usage

cargo run --release -- test/diode.net

To write your own netlist you can take a look at the tests in ./test, you can use current/voltage sources, resitors and diodes. Each node is labeled with a number and the 0 node is always ground.