Skip to content

Commit 1606132

Browse files
authored
Merge pull request #2126 from The-OpenROAD-Project-staging/prima
Switch set_delay_calculator ccs_sim to prima for CCS
2 parents 7cc98e6 + e0cace6 commit 1606132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/load.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ proc load_design {design_file sdc_file} {
3535

3636
if { [info exists ::env(LIB_MODEL)] && $::env(LIB_MODEL) == "CCS" } {
3737
puts "Using CCS delay calculation"
38-
set_delay_calculator ccs_sim
38+
set_delay_calculator prima
3939
}
4040
}
4141

0 commit comments

Comments
 (0)