Skip to content

Commit

Permalink
Remove stale comment about power pin and net being the same (The-Open…
Browse files Browse the repository at this point in the history
  • Loading branch information
antonblanchard authored Jul 5, 2022
1 parent b63f46b commit b718fd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/openroad/pdn_cfg.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ if { $::env(FP_PDN_ENABLE_MACROS_GRID) == 1 &&
set ground_net [lindex $pdn_hook 2]
set power_pin [lindex $pdn_hook 3]
set ground_pin [lindex $pdn_hook 4]
# This assumes the power pin and the power net have the same name.
# The macro hooks only give an instance name and not power pin names.

if { $power_pin == "" || $ground_pin == "" } {
puts_err "FP_PDN_MACRO_HOOKS missing power and ground pin names"
Expand Down

0 comments on commit b718fd0

Please sign in to comment.