Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#5239 from eder-matheus/ppl_co…
Browse files Browse the repository at this point in the history
…nstraint

ppl: update error message
  • Loading branch information
eder-matheus authored Jun 13, 2024
2 parents 295614d + e4b6db5 commit 2a5b05e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ppl/src/IOPlacer.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ proc parse_pin_names {cmd names} {
}

if {[llength $pin_list] == 0} {
utl::error PPL 61 "Pins for $cmd command were not found."
utl::error PPL 61 "Pins {$names} for $cmd command were not found."
}

return $pin_list
Expand Down
2 changes: 1 addition & 1 deletion src/ppl/test/place_pin_error1.ok
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
[INFO ODB-0131] Created 88 components and 422 component-terminals.
[INFO ODB-0133] Created 54 nets and 88 connections.
[WARNING STA-0366] port 'qq' not found.
[ERROR PPL-0061] Pins for place_pin command were not found.
[ERROR PPL-0061] Pins {qq} for place_pin command were not found.
PPL-0061
2 changes: 1 addition & 1 deletion src/ppl/test/top_layer_error.ok
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
[INFO ODB-0131] Created 88 components and 422 component-terminals.
[INFO ODB-0133] Created 54 nets and 88 connections.
[WARNING STA-0366] port 'qq' not found.
[ERROR PPL-0061] Pins for set_io_pin_constraint command were not found.
[ERROR PPL-0061] Pins {qq} for set_io_pin_constraint command were not found.
PPL-0061

0 comments on commit 2a5b05e

Please sign in to comment.