aou-ckt
deeds-fpga
aou-on-fpga
aou-test

Project information

  • Category : Digital Electronics circuit Design, FPGA implementation
  • Author : Amit Barman
  • Project date : 06 July, 2023
  • Project URL : Drive link

Short Details and Specifications

A Combinational logic circuit that will add, subtract, multiply and divide between two given inputs at the same time.

when S1 = 0 & S0 = 0, ->> Addition
when S1 = 0 & S0 = 1, ->> Subtraction
when S1 = 1 & S0 = 0, ->> Multiplication
when S1 = 1 & S0 = 1, ->> Division

where A(A3 A2 A1 A0) & B(B3 B2 B1 B0) are inputs