Altera_Forum
Honored Contributor
14 years agoattributes not propagating to split blockmem
I have an array that Quartus correctly infers as memory. The data is wider than any blockmem so it gets split into several parallel, as expected.
When I try to set attribute (ramstyle=NO_RW_CHECK) to the array, it is not passed down to the split signal. Is this a bug, or do I have to explicitly tell the Quartus to do this?