Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20678 Discussions

I have instantiate two BRAM with M9K,why the percent of usage of Embedded Multiplier 9-bit elements is zero ?

zlan01
Beginner
448 Views

1112.png

0 Kudos
1 Reply
AnandRaj_S_Intel
Employee
293 Views

Hi Zhang,

 

Just by instantiating ram module in top level module we can't instruct the quartus to use Embedded memory.

 

We have to logically connect the memory output ([31:0]q) to top level module outputs.

 

To check you can simply connect the memory output q to the output of top level file.

 

Let me know if this has helped resolve the issue you are facing or if you need any further assistance.

 

Regards

Anand

 

0 Kudos
Reply