Forum Discussion
Altera_Forum
Honored Contributor
15 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...
Altera_Forum
Honored Contributor
15 years agolike I said, you wont be able to use a single altsyncram. You should be able to do what you want with a custom memory that is built from 5x 16 bit altsyncrams, and custom address decoding.