Design 4 bits simple ALU containing the following operations: 1. Addition 2. Subtraction 3. Multiplication 4. Division 5
Posted: Fri Jul 01, 2022 6:00 am
Design 4 bits simple ALU containing the following operations: 1. Addition 2. Subtraction 3. Multiplication 4. Division 5. AND, OR, XOR and XNOR Create a different sub-module for each operation. Combine all sub-modules inside a main module. Write your Verilog coding using continues and procedural assignments. Verify your Verilog code with a test bench file.