Skip to content

Commit e0cace6

Browse files
committed
Switch set_delay_calculator ccs_sim to prima for CCS
This is the improved runtime version with Prima RC reduction. Signed-off-by: Matt Liberty <[email protected]>
1 parent c37e10a commit e0cace6

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)