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 agoYou also get to specify how many bit for address... for example an 8 bit address means you can store 256 data in the LUT. Then to access the data, simply input the appropriate address in the LUT address input (from 0 to 255). Should be pretty straight forward from this point...