Congestion - 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

Follow these steps to generate and analyze congestion reports using Report Design Analysis:

  1. In the same Vivado session where the placer and router ran, generate the congestion tables by running:
    report_design_analysis -congestion
  2. Review the generated congestion tables, which show congested areas as seen by the placer and router.

  3. The Module Names in the report correspond to the hierarchical cells present in each reported tile.
  4. Retrieve the complete name of a module by running:
    get_cells -hier <moduleName>
  5. After identifying the hierarchical cells present in the congested area, apply congestion-alleviating techniques to try reducing overall design congestion.