Skip to content

Basic Computer Architecture Logisim Module

Latest
Compare
Choose a tag to compare
@getlost01 getlost01 released this 14 May 07:20
· 2 commits to main since this release
a07a417

The Basic Computer Architecture Logisim Module is a digital circuit XML simulator code that allows users to design and simulate the essential components of a computer system, including the CPU, memory, and input/output devices. The module comprises a control unit, ALU, registers, and memory. The control unit controls the data and instruction flow. The ALU performs arithmetic and logical operations on data. Records store data and instructions, and memory stores programs and data. The module provides a simple and intuitive way to understand how computer architecture modules interact to perform complex tasks.