Forum Discussion
Altera_Forum
Honored Contributor
17 years agosimulink to hdl RAM
lets say i have series of 50 outputs from my simulink model and now i would liketo add in HDL import (vhdl module) to perfome some manipulation onto those 50 outputs. so first thing is that i ...
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- It's called LUT (in the Storage section of DSP Builder blockset)... Drag that to your design, double click to bring up the GUI.... inside the GUI... you can actually initialize it with a MATLAB array... --- Quote End --- hi, i have tried and seems that i manage to store the input in the LUT and now im thinking how to read the a specific value in the LUT from my HDL import (the LUT is connected to HDL import directly)