Introduction - If you have any usage issues, please Google them yourself
Simple ALU behavior the way to achieve the following functions: all operations are combinational ADD/SUB on N bits operands MULTIPLY on N/2 bits operands (Least Significant Part of), result on N bits bitwise AND, OR, XOR on 32 bits operands. . Logical Shift Left, Right, Rotate Left, Rotate Right