Running the RAM Utilization Report - 2025.2 English - UG906

Vivado Design Suite User Guide: Design Analysis and Closure Techniques (UG906)

Document ID
UG906
Release Date
2025-12-10
Version
2025.2 English

The following syntax runs the report in its default mode and send the contents to a file ram_util.rpt.

report_ram_utilization -file ram_util.rpt 

The following syntax generates the report and a CSV file ram_util.csv.

report_ram_utilization -csv ram_util.csv -file ram_util.rpt

In order to report on all memories, including LUTRAM based memories, the -include_lutram switch must be used:

report_ram_utilization  -include_lutram