Skip to content

Commit

Permalink
add missing argument
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <kareefardi@users.noreply.github.com>
  • Loading branch information
kareefardi committed Sep 23, 2024
1 parent 84c18e3 commit 86d3cb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion openlane/flows/classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class Classic(SequentialFlow):
Checker.MaxSlewViolations,
Checker.MaxCapViolations,
Misc.ReportManufacturability,
OpenROAD.WriteViews,
]

config_vars = [
Expand Down
1 change: 1 addition & 0 deletions openlane/scripts/openroad/common/io.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ proc write_views {args} {
puts "Writing LEF to '$::env(SAVE_OPENROAD_LEF)'…"
set arg_list [list]
if {$::env(OPENROAD_LEF_BLOAT_OCCUPIED_LAYERS)} {
lappend arg_list -bloat_occupied_layers
}
write_abstract_lef {*}$arg_list $::env(SAVE_OPENROAD_LEF)
}
Expand Down

0 comments on commit 86d3cb2

Please sign in to comment.