Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCall a function from a function in VHDL
Hi guys, I think this is my first post and I am glad to belong to ALTERA forums. Here is my problem: I've read some posts from other forums and I cannot find anything related to invoke a function ...
Altera_Forum
Honored Contributor
8 years agoIs this for initialising a ROM? Real values cannot be used in synthesisable code, but they can be used to initialise ROM/RAM contents assuming the ROM/RAM contains a synthesisable type (not real).
If it is for some run-time code, your description makes it sound like it wont map nicely to hardware and probably should not be inside a function. It sounds more like a software description rather than hardware.