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.
2 parents bc8eb24 + 805a4af commit b4815fbCopy full SHA for b4815fb
2 files changed
flow/scripts/load.tcl
@@ -46,6 +46,6 @@ proc load_design { design_file sdc_file } {
46
47
if { [env_var_equals LIB_MODEL CCS] } {
48
puts "Using CCS delay calculation"
49
- set_delay_calculator prima
+ log_cmd set_delay_calculator prima
50
}
51
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
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