Why do I receive the error "unable to allocate delays to compensate for the N delays introduced by BLOCK in native floating point mode"?

10 Ansichten (letzte 30 Tage)
Why do I receive the error following error?
ERROR: unable to allocate delays to compensate for the N delays introduced by BLOCK in native floating point mode
I made some changes to one of my generated HDL Coder models and started seeing this error. I see the error in step 3.2 of the HDL Workflow Advisor.

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 18 Jan. 2024
Bearbeitet: MathWorks Support Team am 29 Feb. 2024
Please be cautious when modifying generated HDL Coder models. These generated models have special characteristics that are required by HDL Coder. For example, signals must have delays to account for floating point latency. If you edit your source model and regenerate your HDL Coder models, errors such as these will go away.
If you are confident that you must modify the generated HDL model, you can add delay blocks to the output signals of the blocks that should have an associated latency.
For more information on Latency Considerations with Native Floating Point, please visit the following page in the HDL Coder Documentation. To access the release-specific documentation, execute the command below in the MATLAB R2018b command window.
web(fullfile(docroot, 'hdlcoder/ug/latency-considerations-with-native-floating-point.html'))
Please follow the below link to search for the required information regarding the current release:

Weitere Antworten (0)

Produkte


Version

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by