Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThx~!I’ll try it:):):)
--- Quote Start --- It's always instructive to read the Quartus error message completely: The interesting point is the reference to Cyclone II errata sheet. Cyclone II early revisions had a silicon bug that is handled by a workaround in Quartus, unfortunately doubling memory resource consumption for single port and not working with true dual port RAM at all. Presuming you have EP2C20 Revison B chips, all you have to do is to add a synthesis parameter to your design settings. Use the below tcl line or enter it under default parameters. You should also refer to the Cycclone II errata sheet to learn more about the issue.set_parameter -name CYCLONEII_SAFE_WRITE VERIFIED_SAFE You can implement 13000 words DP RAM in your device using this settings. Regards, Frank --- Quote End ---