Forum Discussion
Altera_Forum
Honored Contributor
9 years agoSame VHDL block RAM inferring file, different results
Hi, I have the following VHDL file to infer a true dual port, single clock block RAM. I believe that it is according to Altera's guidelines. I have Quartus 16.02 Build 222 07/20/2016. When ...
Altera_Forum
Honored Contributor
9 years agoIn "Recommended HDL Coding Styles" from Nov 2013, Example 13-18 pg 13-27, the code is almost exactly the same as above and it says that it "maps directly into Altera
synchronous memory". It also contains an error : it declares the memory array as a shared variable instead of a signal, but it assigns it as a signal '<='. That generates a compiler error, but more importantly is even more confusing. I would like the RAM behavior that is the fastest and closest to the Altera's silicon without the need of additional logic.