https://open-source-silicon.dev logo
a

Anish

07/18/2021, 4:53 PM
I actually built this after the first mpw - let me know if you have any feedback or issues with it
k

Konrad Wilk

07/18/2021, 7:09 PM
Oh this is awesome! Let me play with it over the week. Thank you
Copy code
assert set().union(*[x.properties.keys() for x in top_cell.references]) == {98}
What is this 98?
a

Anish

07/19/2021, 1:31 AM
it's the metadata for the cell that represents the instance name
if it's failing it might be because the newer cells have other metadata
(in that case it should be removable)
k

Konrad Wilk

07/22/2021, 11:48 PM
@Anish Cool. I did a git pull against your tree with a feature request and some extra fixes.
a

Anish

07/23/2021, 7:00 AM
Thanks for the pull request! I briefly looked at it and everything looks good, I'll test and merge it tomorrow.