Design a circuit and model using hdl that 1 adds two three


Design a circuit, and model using HDL that 1) adds two three bit unsigned binary numbers, 2) includes a flag to determine when a overflow occurs, and 3) includes a flag indicating whether the resulting sum is even or odd.
You should create a test bench and test your design by completing the sums below:
000 + 000
010 + 001
011 + 011
111 + 001
Your inputs and outputs should be defined as follows:
A2, A1, A0 : B2, B1, B0 Represent your binary inputs, 0 defines least significant bit
Sum Represents the output sum
O Represents the overflow flas, no overflow =0 P Represents the even/odd flag, even = 0

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: Design a circuit and model using hdl that 1 adds two three
Reference No:- TGS0612267

Expected delivery within 24 Hours