Skip to content

Commit

Permalink
write empty file
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <[email protected]>
  • Loading branch information
kareefardi committed Nov 17, 2024
1 parent 798e74a commit 69e8548
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openlane/scripts/openroad/pdn.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ foreach {net} "$::env(VDD_NETS) $::env(GND_NETS)" {
# at all. i.e. PDN generation has completely failed.
# This is a fallback file.
set f [open $report_file "w"]
puts $f "violation type: no nodes"
puts $f " srcs: "
puts $f " - N/A"
puts $f ""
close $f

if { [catch {check_power_grid -net $net -error_file $report_file} err] } {
Expand Down

0 comments on commit 69e8548

Please sign in to comment.