Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 199 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 199 Bytes

DDCO-Project

Impelementing the following:

  1. shift-left(sll)
  2. shift-right(srl)
  3. arithmetic shift-right(sra)
  4. set less than(slt)

operations within an ALU and its accompanying register file.