Skip to content

Commit

Permalink
scripts/tcl_commands/scrot_klayout: add missing -log arguments (The-O…
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy authored Mar 10, 2022
1 parent 43c8eb5 commit ec35dd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/tcl_commands/cts.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion scripts/tcl_commands/floorplan.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/tcl_commands/klayout.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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) } {
Expand Down

0 comments on commit ec35dd7

Please sign in to comment.