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 b434ab0 commit b06abc8Copy full SHA for b06abc8
flow/scripts/write_ref_sdc.tcl
@@ -25,7 +25,7 @@ if { [llength $clks] == 0 } {
25
create_clock -name $clk_name -period $ref_period $sources
26
# Undo the set_propagated_clock so SDC at beginning of flow uses ideal clocks.
27
unset_propagated_clock [all_clocks]
28
- write_sdc -no_timestamp [file join $env(RESULTS_DIR) "updated_clks.sdc"]
+ write_sdc -no_timestamp [file join $::env(RESULTS_DIR) "updated_clks.sdc"]
29
# Reset
30
create_clock -name $clk_name -period $period $sources
31
set_propagated_clock [all_clocks]
0 commit comments