Skip to content

enforce equidistant placement #2576

Answered by maliberty
salmen20 asked this question in General
Nov 19, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Either through a floorplan DEF where they are placed and marked FIXED or through tcl, eg

proc place_inst { inst x y } {
  set db_inst [[ord::get_db_block] findInst $inst]
  $db_inst setLocation $x $y
  $db_inst setOrient R0
  $db_inst setPlacementStatus LOCKED
}

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@salmen20
Comment options

@maliberty
Comment options

Answer selected by salmen20
@salmen20
Comment options

@maliberty
Comment options

@salmen20
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants