Skip to content

Commit

Permalink
Merge pull request #6281 from The-OpenROAD-Project-staging/ord-fix-pl…
Browse files Browse the repository at this point in the history
…ace-inst

ord: fix place_inst proc command
  • Loading branch information
maliberty authored Dec 2, 2024
2 parents 59239d9 + c704a4a commit 3683272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenRoad.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ sta::define_cmd_args "place_inst" {-name inst_name \
-origin xy_origin \
[-cell library_cell] \
[-status status]}
proc place_cell { args } {
proc place_inst { args } {
if { [ord::get_db_block] == "NULL" } {
utl::error ORD 55 "Design must be loaded before calling place_cell."
}
Expand Down

0 comments on commit 3683272

Please sign in to comment.