Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHow to send a matrix to a lower entity
Hello, i've got a easy problem, how can you send a matrix from the main vhd of a project to a lower level entity inside the main?. The fact is that creating a filetype image to name the m...
Altera_Forum
Honored Contributor
13 years agoI would suggest a package file. I forget off hand how to implement it, but a little searching around should yield results. You will need to declare your type in the package, and then use your package in the top level and your sub-levels.