Skip to content

Insert cell in a specific face #74

Answered by qpavsmi
Qvadi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
the face where the geometry of the cell are placed at are controlled by the face_ids parameter. The parameter takes a list of face strings as value, by default set to ["1t1", "2b1", "1b1", "2t1"]. In the element class code we point to the index in that list to place appropriate geometry at appropriate faces. For example a flipchip will point to 0 in face_ids => "1t1" to define geometry of the bottom chip and point to 1 in face_ids => "2b1" to define geometry on the top chip. But if we would like to invert this order, passing a "face_ids": ["2b1", "1t1"] parameter value would do that.

So, to fix your issue, since insert_cell can also take parameters for the element class you are adding…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Qvadi
Comment options

Answer selected by Qvadi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants