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

ID 683337
Date 4/01/2024
Public
Document Table of Contents

4. Primitive Library Blocks Tutorial

This tutorial shows how to build a simple design example that uses blocks from the Primitive library to generate a Fibonacci sequence.

The Fibonacci sequence is the sequence of numbers that you can create when you add 1 to 0 then successively add the last two numbers to get the next number:0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, ...

Each Primitive library block in the design example is parameterizable. When you double-click a block in the model, a dialog box appears where you can enter the parameters for the block. Click the Help button in these dialog boxes to view help for a specific block.

You can use the demo_fibonacci.mdl model in the <DSP Builder Advanced install path>/Examples/Primitive directory or you can create your own Fibonacci model.