You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Maybe a dumb question, but the docs mention that there is one-to-one correspondence between the node name from the node attribute array and the keys in the instance placement dictionary.
However, when I check examples, it does not look one to one. For example if I run
I get (53587, 50052), different sizes and I see that different instance placements for the same design also have different number of standard cell placements. Do you have any guidance for this or an example of the node attribute alignments with instance placement?
The text was updated successfully, but these errors were encountered:
choltz95
changed the title
Struggling to align instance placement and node attributes
Align instance placement and node attributes
Jan 20, 2023
Yeah, the node attribute always has more values than instance placement, because the node attribute array is directly from netlist and the instance placement array is from DEF after placement, which has been processed and reduced by Innovus.
In our own experiment, we take the intersection of two arrays and this part has one-to-one correspondence.
Hi! Maybe a dumb question, but the docs mention that there is one-to-one correspondence between the node name from the node attribute array and the keys in the instance placement dictionary.
However, when I check examples, it does not look one to one. For example if I run
I get
(53587, 50052)
, different sizes and I see that different instance placements for the same design also have different number of standard cell placements. Do you have any guidance for this or an example of the node attribute alignments with instance placement?The text was updated successfully, but these errors were encountered: