Questions tagged [hdl-coder]

HDL Coder is a MATLAB module that converts MATLAB code into HDL (VHDL or Verilog) code.

HDL Coder is a MATLAB module that converts MATLAB code into HDL (VHDL or Verilog) code.

19 questions
0
votes
0 answers

loop in Matlab/Simulink HDL

In attached picture a model is given with 3 inputs and 3 outputs. I would like to run this model 10 times in loop. Kindly does any one know how I can use outputs as inputs from second run till 10th run please help me. I would like to use my outputs…
Qamar
  • 23
  • 4
0
votes
1 answer

VHDL Code Generation using Matlab HDL Coder

I am sorry If I say some thing silly.Please forgive me: I am trying to convert Matlab code(given below) to VHDL code,using HDL coder.It contains a function called sum.But when I try to convert the code it gives me error : code generation only…
Haider
  • 13
  • 4
0
votes
0 answers

Simulink error: Cannot find implementation for block

I am attempting to create a simple DDS/NCO to be used in an FPGA. I have a working DDS in simulink. But when I try to convert it to HDL using the HDL converter I receive the above error. The only problem is that the block for which I receive the…
-3
votes
1 answer

Feedback loop in Simulink/HDL Coder

I have a system in Simulink/HDL coder (see below image please). I have 3 outputs and 3 inputs. I want my system to run 10 times. After each iteration it should select the outputs and use them as inputs. How I can do that?
1
2