Skip to content

Commit f249506

Browse files
committed
log read_sdc
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent bdeb189 commit f249506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/scripts/load.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ proc load_design { design_file sdc_file } {
3232
}
3333

3434
# Read SDC file
35-
read_sdc $::env(RESULTS_DIR)/$sdc_file
35+
log_cmd read_sdc $::env(RESULTS_DIR)/$sdc_file
3636

3737
if { [file exists $::env(PLATFORM_DIR)/derate.tcl] } {
3838
log_cmd source $::env(PLATFORM_DIR)/derate.tcl

0 commit comments

Comments
 (0)