Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 773 Bytes

File metadata and controls

41 lines (25 loc) · 773 Bytes

Tools & Setup

1. Java Runtime Environment (JRE)

Logisim requires Java to run. Install Java 8 or later:

Verify your installation:

java -version

2. Logisim

Logisim is the primary tool used for designing and simulating all circuits in this course.

Run Logisim:

java -jar logisim-generic-2.7.1.jar

Or simply double-click the .jar file if Java is properly installed.


3. Opening Circuit Files

All lab files use the .circ extension (Logisim's native format).

  1. Open Logisim
  2. Go to File → Open
  3. Select the .circ file for the desired lab