The report_incremental_reuse
command provides
options for more detailed analysis, similar to
report_utilization
.
-cells <list of cells>
The -cells
option limits the reuse reporting to the list of given
cells instead of reporting reuse of the entire design.
For example, limit the reuse reporting to only block RAM:
report_incremental_reuse -cells [get_cells -hierarchical -filter { PRIMITIVE_TYPE =~ BLOCKRAM.*.* } ]