Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/flow.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ set_propagated_clock [all_clocks]

# Global routing is fast enough for the flow regressions.
# It is NOT FAST ENOUGH FOR PRODUCTION USE.
set repair_timing_use_grt_parasitics 0
set repair_timing_use_grt_parasitics 1
if { $repair_timing_use_grt_parasitics } {
# Global route for parasitics - no guide file requied
global_route -congestion_iterations 100
Expand All @@ -138,7 +138,7 @@ if { $repair_timing_use_grt_parasitics } {
estimate_parasitics -placement
}

repair_timing -skip_gate_cloning
repair_timing -skip_gate_cloning -max_buffer_percent 50 -max_utilization 80

# Post timing repair.
report_worst_slack -min -digits 3
Expand Down
1 change: 1 addition & 0 deletions test/gcd_nangate45.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ set sdc_file "gcd_nangate45.sdc"
set die_area {0 0 100.13 100.8}
set core_area {10.07 11.2 90.25 91}

set global_place_density 0.4
include -echo "flow.tcl"
Loading