Comments on: How to Implement a Full Adder in VHDL https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/ The Easiest Way To Learn VHDL Sun, 05 Dec 2021 15:13:58 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: mahdi https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/#comment-23864 Sun, 05 Dec 2021 15:13:58 +0000 http://surf-vhdl.com/?page_id=872#comment-23864 hello
i want to design 4 bit full adder(signed and unsigned)
also i need testbench for that vhdl code
could you help me?

]]>
By: PeterA https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/#comment-23451 Thu, 25 Nov 2021 15:09:55 +0000 http://surf-vhdl.com/?page_id=872#comment-23451 I see the resize takes care of the potential overflow, so that can be used with multiply also –
I was thinking of a condition where
Uvalue, an unsigned number is multiplied by Svalue a signed 2’C number, which is then assigned to Zvalue or Zvalue = Svalue* Uvalue.

]]>
By: Surf-VHDL https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/#comment-10876 Sun, 29 Dec 2019 16:15:48 +0000 http://surf-vhdl.com/?page_id=872#comment-10876 In reply to aziz.

This is a question that cannot be answered in a comment.
Basically if you can do it with a microcontroller, it is better to use a microcontroller.
FPGA should be used when you have real-time requirement that cannot be achieved or are difficult to achieve using microcontroller.
BTW, I will write a post on it.
Thank you for the question
Ciao

]]>
By: aziz https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/#comment-10725 Sat, 30 Nov 2019 15:13:59 +0000 http://surf-vhdl.com/?page_id=872#comment-10725 Hello

I’m a newbie and very beginner in FPGA. I have a question regarding with FPGA and Microcontoller uses in digital electronic system. For what system/cases that is better to use FPGA and in other case we should use microcontroller?

Thank you

]]>
By: Surf-VHDL https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/#comment-10593 Wed, 17 Apr 2019 19:08:33 +0000 http://surf-vhdl.com/?page_id=872#comment-10593 In reply to iyke.

hi, maybe the best solution is a microcontroller. Why do you want to use an FPGA?

]]>
By: iyke https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/#comment-10591 Mon, 15 Apr 2019 17:04:09 +0000 http://surf-vhdl.com/?page_id=872#comment-10591 hi,
i want to design and implement in FPGA a controller for a new hoverboard. the controller will be implemented in the FPGA fabric and designed to drive the motor in 3 speeds: the 95%, 50% and 10% of the maximum speeds. do you think you can help me out with guidelines on writing the codes. thanks.

]]>
By: Surf-VHDL https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/#comment-10482 Tue, 11 Dec 2018 20:45:29 +0000 http://surf-vhdl.com/?page_id=872#comment-10482 In reply to M. Reza.

which code did you copy and paste?

]]>
By: M. Reza https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/#comment-10480 Tue, 11 Dec 2018 15:03:10 +0000 http://surf-vhdl.com/?page_id=872#comment-10480 Copied and pasted in the Max Pluss II. Didn’t work.
The error was in the compilation section. “TDF syntax error”
Help me please.

]]>
By: Surf-VHDL https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/#comment-10434 Sat, 06 Oct 2018 08:34:53 +0000 http://surf-vhdl.com/?page_id=872#comment-10434 In reply to APRILIA.

Hi, if you need to know something just let me know
ciao

]]>
By: APRILIA https://surf-vhdl.com/how-to-implement-a-full-adder-in-vhdl/#comment-10432 Fri, 05 Oct 2018 10:37:54 +0000 http://surf-vhdl.com/?page_id=872#comment-10432 whats the next post?

]]>