Skip to content

Commit

Permalink
Added missing -log to scrot_klayout call (The-OpenROAD-Project#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndace authored Jul 5, 2022
1 parent f9b5781 commit b63f46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tcl_commands/floorplan.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ proc run_floorplan {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

0 comments on commit b63f46b

Please sign in to comment.