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 --- DSP Builder has a LUT function.... you can simply use that and initiate the LUT with a Matlab array that has length of 50... --- Quote End --- which LUT blockset should i choose? how do i initiate it with Matlab array??