Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.74 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.74 KB

Computer Architecture LAB ( Spring 2021 )

This is an instruction of CA LAB of CE@AUT

Made by me and Ahmad Foroughi

  • basic gates code is written. Like and, or, xor, half adder and so on...

  • 4 to 2 encoder

  • Sequence detector

  • ROM (Read only memory) and RAM (Random access memory)

  • 2bit 7 segment that can show numbers up to 99

  • Carry save adder (CSA) and Carry look ahead adder (CLA) and Ripple adder (RA)

  • Array multiplier using Ripple adder (RA)

  • Divider

  • Cache and Fully associative cache

  • Subtractor with IEEE Floating Point Format

  • Mano machine

  • It calculates GCD of two 4bit numbers (Up to 15)

  • It sorts an array.