You must login before you can post a comment.
Author: Hari R Kartha
Forked from: Hari R Kartha/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 05, 2022
Updated: Aug 27, 2023
Comments