SAM ALU
0 Stars     90 Views    

Author: smcbot

Forked from: smcbot/16 adder

Project access type: Public

Description:

SAM ALU:SimpleAndMarvellous
ArithmeticLogicUnit
The SAM ALU has three inputs:
  • A input
  • B input
  • operator

The 'A' and 'B' inputs are just the two 16-bit numbers to operate on.The operator input declares which function to perform:
  • 1 = add
  • 2 = negate
  • 3 = subtract
  • 4 = absolute
  • 5 = multiply
  • 6 = bitwise AND
  • 7 = bitwise OR
  • 8 = bitwise NOT

All single input functions (negate , absolute & NOT)are done on the 'A' input.In the test circuit it is currently set to 5-2

Created: Jan 10, 2019

Updated: Jun 30, 2023


Comments

You must login before you can post a comment.