Skip to content

Latest commit

 

History

History

ALU_Sequential

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Basic ALU (Sequential version)

This is a basic Arithmetic Logic Unit(ALU) implementation;

  • Performs basic single-bit operations like;
    1. Half and Full Addition
    2. AND operation
    3. OR operation
    4. Encoding
    5. Multiplexing
    6. Subtraction