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 9325d2c + 5d2a1b5 commit 0b03d57Copy full SHA for 0b03d57
flow/scripts/synth_preamble.tcl
@@ -87,7 +87,7 @@ if {[env_var_exists_and_non_empty DONT_USE_CELLS]} {
87
}
88
89
90
-if {[env_var_exists_and_non_empty SDC_FILE_CLOCK_PERIOD] && [file isfile $::env(SDC_FILE_CLOCK_PERIOD)]} {
+if {[env_var_exists_and_non_empty SDC_FILE_CLOCK_PERIOD]} {
91
puts "Extracting clock period from SDC file: $::env(SDC_FILE_CLOCK_PERIOD)"
92
set fp [open $::env(SDC_FILE_CLOCK_PERIOD) r]
93
set clock_period [string trim [read $fp]]
0 commit comments