This project involves designing and implementing a simplified microprocessor comprising an Arithmetic Logic Unit (ALU) and a register file. The microprocessor executes basic arithmetic and logical ...
This project was developed as the final assignment for ECEN 240 at BYU-Idaho. It implements a fully functional 4-bit microprocessor using digital logic modules such as ALU, ROM, registers, and a cu ...
ALU (Arithmetic Logic Unit) is the fundamental unit of a microprocessor which performs all the basic operations based on the control input selection. There are separate units which work independent of ...