Logisim Evolution: https://github.com/logisim-evolution/logisim-evolution
For more information on how to use Logisim, please visit http://www.cburch.com/logisim/docs.html.
- After downloading the .jar file from the link provided, open the application.
- Open the desired .circ file via
File
>Open
- To ensure the clock ticks, navigate to
Simulate
at the top of the screen- Check off the
Run Simulator
andTicks Enabled
checkboxes - To change the clock frequency, click on
Tick Frequency
and choose your desired frequency
- Check off the
- Bouncing Square: An animation with a square that moves across the screen
- Hex Decoder: Converts a 4-bit binary input to a hexadecimal value displayed on a 7-segment display
- Morse Code Decoder: Converts an inputted letter to Morse code using a flashing LED
-
Quadratic Calculator: Calculates the solution to
$ax^2+bx+c$ after the user enters values for$a$ ,$b$ ,$c$ , and$x$ . - Restoring Divider: An implementation of a restoring divider using a finite state machine (FSM)