one bit DR ALU
0 Stars     126 Views    

Author: Dr dhanabal

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: Sep 17, 2022

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.