Forum Discussion
sstrell
Super Contributor
4 years agoSince the issue occurs when accessing Data, which is an array (a memory), the issue could have to do with the way memory is implemented in the older device vs. the newer one. Check to see how Data is getting implemented, as logic blocks or memory.
I don't know what else it could be.
gschorcht
New Contributor
4 years ago@strell Thank you for looking at my design.
`Data` is implemented as logic, probably because several elements are read in same clock cycle. I already tried to replace this array by separate register variables, but that didn't help either.