Is there a way to convert verilog (.v) codes to Simulink model?

19 visualizaciones (últimos 30 días)
How to convert multuple verilog files into Simulink model without getting any clock inference error?

Respuesta aceptada

Pranav Verma
Pranav Verma el 16 de Feb. de 2021
Hi Navid,
You can use importhdl function in MATLAB to import the verilog code and generate the Simulink model out of it. Please make sure that the input HDL files should contain constructs that are supported by HDL import. Here are all the constructs supported by HDL import.
Thanks
  1 comentario
Stelios Papaharalabos
Stelios Papaharalabos el 7 de Nov. de 2022
Hello Pravan,
I'm trying to run the importhdl function but matlab says "Undefined function or variable 'importhdl'.".
I do have the HDL Coder toolboox. Could you please help to resolve this issue?
Thanks

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre HDL Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by