one bit DR ALU
0 Stars     2 Views    

Author: Kapadia Om Daxesh 22BCE2051

Forked from: Dr dhanabal/one bit DR ALU

Project access type: Public

Description:

     2'b00:  Result = a & b;   // AND

                  2'b01:  Result = a  |   b;   // OR

                  2'b10:  Result = a +  b;    // addition

                  2'b11:  Result = a - b;    // subtraction

Created: Oct 11, 2023

Updated: Oct 11, 2023


Comments

You must login before you can post a comment.