Altera_Forum
Honored Contributor
14 years agoHow to access data from altsyncram in two different ways
I have an altsyncram consisting of 4,096 words, 64-bit each.
The RAM is easily accessed by application A using widthaddress = 12 and widthdata = 64. However, I'd like to be able to access the same RAM from application B, but using widthdata = 80. Is there a simple way to do this? (without using dual-ports, which I am already using for another reason). I was thinking about fetching the data slightly in advance in application B, then do the 80-bit divison myself. Is this usually done? Thank you!