How do I resolve missing block/HDLImplementation pair
Afficher commentaires plus anciens
When trying to compile an HDL Coder module, I get the following error:
The Block/HDLImplementation pair:
('built-in/Delay', '')
is not registered in the implementation database.
How can I resolve this? This provides little information, but seems to be as if HDL Coder is missing something.
Thanks, Eldridge
Réponses (2)
Stefanie Schwarz
le 4 Juil 2023
This error may occur because some block, the 'Delay' block in this case, thinks it should have HDL-specific parameters but does not actually have them attached. To fix this, please try to save and restore HDL parameters using the following two commands:
>> hdlsaveparams('yourModelName', 'savefile.m')
>> hdlrestoreparams('yourModelName', 'savefile.m')
Bharath Venkataraman
le 10 Avr 2023
0 votes
This may be an installation issue. Please contact MathWorks support: https://www.mathworks.com/support/contact_us.html
1 commentaire
Eldridge Mount
le 10 Avr 2023
Catégories
En savoir plus sur AMD FPGA and SoC Devices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!