Getting started with Logisim - A Basic Counter | Advanced Computer Organization.

Опубликовано: 09 Декабрь 2025
на канале: Computer Engineering life
16,853
104

NOTE:
Forgot to connect the power. Power should be connected to the very bottom on the left and is with ground in the menu.



Description: Using Logisim (link below), create a simple 8-bit counter (with ground and power connected) and the output connected to two hex displays, splitting the upper and lower nibble (4-bits). Hint: a bus splitter is required.

Logisim download | SourceForge.net (Links to an external site.)
https://sourceforge.net/projects/circ...


Steps: A) Drag a "counter", a "splitter", a "clock generator" and 2 Hex displays to the simulation area. B) Configure the counter to have 8 bits. C) Connect the output of the counter to the two hex displays, using the splitter. D) Connect the clock generator to the clock port of the counter.

Criterion: For a submission to be valid, when I open your submission (a *.circ file) and hit the clock generator, the two hex displays must start counting up: 00, 01, 02, 03...



More CPE 142. Advanced Computer Organization.:
   • Advanced Computer Organization.