Question: 1. Write a VHDL module for an 8-bit signed summation (using 2s complement numbers). The inputs dont have a carry, and the outputs are: the

1.Write a VHDL module for an 8-bit signed summation (using 2s complement numbers). The inputs dont have a carry, and the outputs are: the Sum (8-bit), the Carry (9-bit), and the Overflow indicator (1-bit). Then write a test bench for it. You must test the following cases:

(a) A <= "00000000"; B <= "01010101";

(b) A <= "10111111"; B <= "10101010";

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!