Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 418 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 418 Bytes

CircuitSim

CIRCUITSIM_PRECISION macro

You can simulate your circuit at different levels, each level would simulate the details of that component.
For example, at level 0, invoking pmos() would simulate how the source, drain and gate works, whereas level 1 would just return the inversion of the input.

  1. Transistor level: Simulates source, drain and gate
  2. Logic Gate level: Simulates connecting MOSFETs