Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 583 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 583 Bytes

LGSimGUI

Logic Gate Simulator Graphical User Interface

Features:

  1. Build your custom logical gate circuit using a graphical user interface.
  2. Probe intermediate board states and outputs.
  3. Save and load your own circuits in .txt files. lgsim

Installation & Usage:

Requirements

  • Java

1. Clone repository

git clone https://github.com/xbouroseu/lgsimgui.git
cd lgsimgui

2. Compile source code

make all

3. Run executable

make check