Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 443 Bytes

File metadata and controls

13 lines (10 loc) · 443 Bytes

Digital logic Sim Java

A simple Digital logic Simulator written in Java because why not :)

It currently does not have a GUI but that will be added later in development.

Features

-Basic AND, NOT, OR Gates.
-Creation of custom chips.
-Saving/Loading chips to/from JSON with automatic chip dependecy management.
-Pinout and Truth Table viewer.

And of course

-Running simulations on the chips with different pinstates.