Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16642 Discussions

attributes not propagating to split blockmem

Altera_Forum
Honored Contributor II
949 Views

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?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
307 Views

What are you expecting it to do? do some memorys now have different read before write behaviours? It should pass it to all memories, if its not, I suggest raising a mysupport bug request.

0 Kudos
Altera_Forum
Honored Contributor II
307 Views

How are you checking that it's getting passed or not? I've seen this work before, but don't have a ready example. As Tricky says, a mysupport case might be in order.

0 Kudos
Reply