Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIs code_word_addr the output of some other set of logic? It may be complaining because it cant place the read address in a register internal to the ram. The code you posted shows a registered output, rather than a registered read address. All the code templates that altera provides ask for a registered read address.
The read data is then asynchronously read out from the registered read address with optional output registers.