Question: Problem: Implement a 6-bit input ALU that performs the following operations The inputs and outputs are: begin{tabular}{l|l} Inputs: & Outputs: A 6-bit input A
Problem: Implement a 6-bit input ALU that performs the following operations The inputs and outputs are: \begin{tabular}{l|l} Inputs: & Outputs: \\ A 6-bit input A (a5: a0) & A 6-bit output Y: y5: y0 \\ A 6-bit input B (b5: b0) & Carry out (Cout) \\ Carry in (Cin) & Any other necessary outputs (specify them) \\ A 2-bit selector S (s1: s0) & \\ Any other necessary inputs (specify them) \end{tabular} Requirement: Part 1: Design the 6-bit input ALU using https://circuitverse.org/simulator online tool. Part 2: Verify your design by showing cases for each operation code using testbench Part 3: A PDF report that shows the following - Your full design - Your testbench table - Timing diagram (optional for a bonus)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
