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

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

13.1.7. Register Out (RegOut)

The RegOut block provides a register field that you can write to your model and read from the processor interface.
Table 86.  Parameters for the RegOut Block
Parameter Description
Register Offset Specifies the address of the register. Must evaluate to an integer address.
Most Significant Bit Specifies the MSB of the memory-mapped register in a processor word (allows different registers to share same address). When multiple RegBit, RegOut, and RegField blocks specify the same address, they refer to the same Avalon-MM register. To avoid conflicts, ensure that the ranges that you specify do not overlap.
Least Significant Bit Specifies the LSB of the memory-mapped register in a processor word (allows different registers to share same address). When multiple RegBit, RegOut, and RegField blocks specify the same address, they refer to the same Avalon-MM register. To avoid conflicts, ensure that the ranges that you specify do not overlap.
Description Text describing the register. The description is propagated to the generated memory map.
Sample Time Specifies the Simulink sample time.
Table 87.  Port Interface for the RegOut Block
Signal Direction Type Vector Support Complex Support Description
d Input Any fixed- or floating-point type Yes Yes Write data.
w Input Boolean Yes No Write enable.