diff --git a/scripts/tcl_commands/cts.tcl b/scripts/tcl_commands/cts.tcl index 3f026b4b..7106bcd4 100755 --- a/scripts/tcl_commands/cts.tcl +++ b/scripts/tcl_commands/cts.tcl @@ -86,7 +86,7 @@ proc run_cts {args} { if { $::env(LEC_ENABLE) } { logic_equiv_check -rhs $::env(PREV_NETLIST) -lhs $::env(CURRENT_NETLIST) } - scrot_klayout -layout $::env(CURRENT_DEF) $::env(cts_logs)/screenshot.log + scrot_klayout -layout $::env(CURRENT_DEF) -log $::env(cts_logs)/screenshot.log } elseif { $::env(RUN_SIMPLE_CTS) } { increment_index exec echo "Simple CTS was run earlier." >> [index_file $::env(cts_logs)/cts.log] diff --git a/scripts/tcl_commands/floorplan.tcl b/scripts/tcl_commands/floorplan.tcl index 9bbd0200..9b2c3fb6 100755 --- a/scripts/tcl_commands/floorplan.tcl +++ b/scripts/tcl_commands/floorplan.tcl @@ -432,7 +432,7 @@ proc run_power_grid_generation {args} { tap_decap_or - scrot_klayout -layout $::env(CURRENT_DEF) $::env(floorplan_logs)/screenshot.log + scrot_klayout -layout $::env(CURRENT_DEF) -log $::env(floorplan_logs)/screenshot.log run_power_grid_generation } diff --git a/scripts/tcl_commands/klayout.tcl b/scripts/tcl_commands/klayout.tcl index fd763125..c0366c06 100755 --- a/scripts/tcl_commands/klayout.tcl +++ b/scripts/tcl_commands/klayout.tcl @@ -159,7 +159,7 @@ proc run_klayout_gds_xor {args} { try_catch $::env(OPENROAD_BIN) -python $::env(SCRIPTS_DIR)/parse_klayout_xor_log.py \ -l [index_file $::env(finishing_logs)/xor.log] \ -o [index_file $::env(finishing_reports)/xor.rpt] - scrot_klayout -layout $arg_values(-output_gds) + scrot_klayout -layout $arg_values(-output_gds) -log $::env(finishing_logs)/screenshot.klayout.xor.log } if { $::env(KLAYOUT_XOR_XML) } {