Forum Discussion
ShengN_altera
Super Contributor
9 months agoHi,
You may try with the pro version. The pro version has 30-day evaluation license.
Btw, I had done the testing in pro version and it works well.
Thanks,
Regards,
Sheng
- FvM9 months ago
Super Contributor
Hi,
despite of license requirements, Pro version is not a solution because you don't have a choice to use either Std/Lite or Pro version for a specific FPGA series.
Although I'm frequently using RAM inference in my code, with both Quartus versions, I must confess that I'm surprised about the observed behaviour. Curiously Quartus infers RAM for 1 bit and registers for the other 15 bits of 16 Bit word in the present example. In fact the problem doesn't occur with Altera suggested RAM coding style.- ShengN_altera9 months ago
Super Contributor
Hi FvM,
The format supported for Standard and Pro version had been stated in these two documents https://www.intel.com/content/www/us/en/docs/programmable/683082/24-2/ram-with-byte-enable-signals.html (pro) and https://www.intel.com/content/www/us/en/docs/programmable/683323/18-1/ram-with-byte-enable-signals.html (standard)
- FvM9 months ago
Super Contributor
Hi ShengN,
thanks for the links. Apparently I didn't yet infer Byte Enable with Quartus Standard. It's strange though that generated byte enable doesn't work, even with true generate for statement. But we should take it as is.