We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8eb24 commit 95d7bb9Copy full SHA for 95d7bb9
1 file changed
flow/scripts/open.tcl
@@ -78,6 +78,11 @@ if { [ord::openroad_gui_compiled] } {
78
"OpenROAD - $::env(PLATFORM)/$::env(DESIGN_NICKNAME)/$::env(FLOW_VARIANT) - ${db_basename}"
79
}
80
81
+if { [env_var_equals LIB_MODEL CCS] } {
82
+ puts "Using CCS delay calculation"
83
+ set_delay_calculator prima
84
+}
85
+
86
if { $::env(GUI_TIMING) } {
87
puts "GUI_TIMING=1 reading timing, takes a little while for large designs..."
88
read_timing $input_file
0 commit comments