Borrar filtros
Borrar filtros

How do I resolve missing block/HDLImplementation pair

2 visualizaciones (últimos 30 días)
Eldridge Mount
Eldridge Mount el 9 de Abr. de 2023
Respondida: Stefanie Schwarz el 4 de Jul. de 2023
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

Respuestas (2)

Bharath Venkataraman
Bharath Venkataraman el 10 de Abr. de 2023
This may be an installation issue. Please contact MathWorks support: https://www.mathworks.com/support/contact_us.html
  1 comentario
Eldridge Mount
Eldridge Mount el 10 de Abr. de 2023
This has been confirmed by two independent installations / machines. I have contacted support.

Iniciar sesión para comentar.


Stefanie Schwarz
Stefanie Schwarz el 4 de Jul. de 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')

Categorías

Más información sobre Code Generation en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by