233 Logisim demo - LED blinker

233 : Logisim demo - LED blinker

Select Project123456789ONSW2
  • Author: Tholin
  • Description: Example of how to use Logisim Evolution generated Verilog for TinyTapeout.
  • GitHub repository
  • Clock: 2 Hz

How it works

Its a 4-bit ring-shift register with a single '1' cycling through it after reset.

How to test

After starting the clock, the 4 outputs will remain off or in a random state until the reset input is activated. Then it should work as described.

External hardware

A button for reset, some way to display the output (LEDs)

IO

#InputOutput
0CLKO_0
1RSTO_1
2O_2
3O_3
4
5
6
7