The following syntax will run 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 will generate 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
As path information can be run time intensive, you can optionally add this
to the report using the -include_path_info
switch:
report_ram_utilization -include_path_info