Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIs it a RAM shared between a VHDL component and a CPU? In that case you need to do the allocation on the software side with a malloc() call and then give the address to your vhdl component.
If the RAM is only used by your VHDL component then allocation in the malloc() way doesn't exist and you'll have to do it yourself.