report_design_stats
report_design_stats
[ -file s_fileName ]
Description
Outputs a summary of layer, component, and connectivity statistics for the design in the active window to the Transcript area, and optionally to a file.
The GUI equivalent for this command is Report—Design Statistics.
Arguments
|
Outputs the design statistics to the given file. By default, no file is created. |
Examples
The following example outputs the design statistics for active window to the Transcript area and file small8000.txt.
report_design_stats -file small8000.txt
The following is an example of design statistics reported:
# Design Statistics Summary: small8000/small8000_routed/layout
# Layer Summary
# layers: 14, routing layers: 5
# Component Summary
# total components: 8306, unplaced: 0, placed: 8306, fixed: 0
# core comp: 8102, unplaced: 0, placed: 8102, fixed: 0
# pad comp: 197, unplaced: 0, placed: 197, fixed: 0
# block/ring comp: 3, unplaced: 0, placed: 3, fixed: 0
# other comp: 4, unplaced: 0, placed: 4, fixed: 0
# Connectivity Summary
# pins: 614
# total nets: 8458, unrouted: 55, routed: 8403, single pin or undetermined:0
# signal: 8456, unrouted: 55, routed: 8401, single pin or undetermined:0
# power: 1, unrouted: 0, routed: 1, single pin or undetermined:0
# ground: 1, unrouted: 0, routed: 1, single pin or undetermined:0
# clock: 0, unrouted: 0, routed: 0, single pin or undetermined:0
# other: 0, unrouted: 0, routed: 0, single pin or undetermined:0
# terminals: 45090
# End of Design Statistics Summary
The single pin or undetermined category represents nets that contain at most one real terminal. For example, a net with two pins, one real and one logical (no geometries associated with it) would be included in this category.
Related Topics
Return to top