- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I know it that other synthesis tools that there are certain reports, which list what kind of logic macro blocks (e.g. RAM, FIFO, MUX, Adder) is inferred for certain HDL constructs.
I could not find anything similar for the Quartus Synthesis. Is there any option to activate this?
In which report could I find information about logic inference during synthesis?
This information is crucial for debugging and optimizing HDL code.
Thanks
best regards
Fabian
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
For inference, they are certain coding style you need to refer:
and you can open one verilog.v file. right click and insert template -> system verilog, look for the code to infer the RAM.
You can check the report in compilation report -> fitter -> place stage -> resource utilization.
Thanks,
Best regards,
Kenny Tan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
inference is basically reported in <project>map.rpt file
Regards
Frank

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page