DSP Builder for Intel® FPGAs (Advanced Blockset): Handbook

ID 683337
Date 12/12/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

11.7.1. Implementing the Newton Design

Procedure

  1. Add and connect the blocks in the Newton design.
  2. Reduce logic usage by configuring the Mult, Add, Sub, and Divide blocks to use faithful rounding.
  3. Create the iteration loop by feeding back the output guess to the input guess through a SampleDelay block. The design detects when a sample finishes iterating by comparing the residue with zero.
  4. Ensure that the length of this delay is sufficiently large so that the scheduling succeeds.
  5. Turn on the SampleDelay block Minimum delay parameter so that DSP Builder determines this length automatically.