Skip to content

Commit 95d7bb9

Browse files
committed
Mirror LIB_MODEL CCS handling from load.tcl to open.tcl
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent bc8eb24 commit 95d7bb9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

flow/scripts/open.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ if { [ord::openroad_gui_compiled] } {
7878
"OpenROAD - $::env(PLATFORM)/$::env(DESIGN_NICKNAME)/$::env(FLOW_VARIANT) - ${db_basename}"
7979
}
8080

81+
if { [env_var_equals LIB_MODEL CCS] } {
82+
puts "Using CCS delay calculation"
83+
set_delay_calculator prima
84+
}
85+
8186
if { $::env(GUI_TIMING) } {
8287
puts "GUI_TIMING=1 reading timing, takes a little while for large designs..."
8388
read_timing $input_file

0 commit comments

Comments
 (0)