Skip to content

Commit

Permalink
pdn: quick fix to silence arg mismatch check in tcl docs
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Liberty <[email protected]>
  • Loading branch information
maliberty committed Oct 23, 2024
1 parent 45ae8e8 commit ae2aed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pdn/src/pdn.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sta::define_cmd_args "pdngen" {[-skip_trim] \
[-report_only] \
[-failed_via_report file] \
[-verbose]
}
} ;#checker off

proc pdngen { args } {
sta::parse_key_args "pdngen" args \
Expand Down Expand Up @@ -408,7 +408,7 @@ sta::define_cmd_args "add_pdn_ring" {[-grid grid_name] \
[-add_connect] \
[-extend_to_boundary] \
[-connect_to_pads]
}
} ;#checker off

proc add_pdn_ring { args } {
sta::parse_key_args "add_pdn_ring" args \
Expand Down

0 comments on commit ae2aed0

Please sign in to comment.