Forum Discussion
Altera_Forum
Honored Contributor
17 years agoIP AltsyncRam -- Read/Write operations issue
Hi all, I have another issue using the RAM IP core generated with the MegaFunction wizard. Here's the entity of my RAM and its instanciation:
GENERIC(
ADDRESS_WIDTH : IN INTEGER ;
PIXE...
Altera_Forum
Honored Contributor
17 years agoThanks all, I guess I have to think about modifying my pipeline so that no RAM location is read before something has been written to it first.
Or, as kaz said, discard 'x' values I get for every location that I read for the first time. My RAM has 1024 addresses, 14-bit data, so I have to build a "map" of the locations read at least once and the ones never read. Any suggestions to achieve that in logic would be much appreciated. Thanks again to all, I am new to HDL design using RAM blocks, so I am learning here...