Forum Discussion
Altera_Forum
Honored Contributor
9 years agoI highly suggest you learn about digital design. What you are going to create is a ROM - a read only memory. This can be done in VHDL using a constant which can be initialised from a function, a specified constant or a .mif file. you can have matlab generate the values to go into the constant.
There are plenty of examples out on the web.