The reason why the parallel adder delay arises?????? How to solve????

Source: Internet
Author: User

This digest is from the "Verilog Digital system Design Tutorial"

Why delay?????

In implementing algorithms, such as convolution operations and Fourier transforms, we often use parallel adders.

Parallel adder is composed of multi-layer logical structure, which must have logical delay and routing delay.

In the multi-bit operation, there is bound to be a delay severity, especially for 32-bit and 64-bit operations.

In this case, we require that the parallel adder should not be used too often, otherwise the cycle is likely to exceed the delay time, i.e. the beat clock must be greater than the delay of the circuit. This will ensure the correctness of use.

The solution?????

In order to speed up the calculation, we can put multiple register groups in the Combinational logic layer of the operation Circuit to postpone the intermediate result.

This design is a common pipeline (pine-line) approach. Later chapters will be introduced in detail ....

**************************************************************************************************

Made by Qidaiymm, your comment is appreciated.

Email:[email protected]

The reason why the parallel adder delay arises?????? How to solve????

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.