HOW TO DO İT NEED HELP(VHDL)?

WBahn

Joined Mar 31, 2012
30,058
how to write a VHDL code for a full-adder (FA) using 2 half-adders and an OR gate
You need to show YOUR best effort to work YOUR homework problem. We can then see what approach you are taking, what you are doing right, and where you are going astray. That will help us help you.
 

Thread Starter

Murat Aslan

Joined Mar 12, 2015
14
yes ı know how to write vhdl code and connect the starter board but ı cant related to XOR gate and OR gate .ı'm a little bit confused.
 

tshuck

Joined Oct 18, 2012
3,534
yes ı know how to write vhdl code and connect the starter board but ı cant related to XOR gate and OR gate .ı'm a little bit confused.
...and do you know how to make a full adder from gates?

If not, write out a truth table, you can always start there.

Edit: After realizing you have to use half adders, do you know how to connect them to form a full adder?
 

WBahn

Joined Mar 31, 2012
30,058
Where is the XOR gate coming into this -- you are asked to use two half-adders and an OR gate to make a full adder.

So it sounds like you need to look up what a half adder is and what a full adder is and how you can use half adders to make full adders.
 
Top