Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

list all cells used #5

Merged
merged 1 commit into from
Jan 17, 2025
Merged

list all cells used #5

merged 1 commit into from
Jan 17, 2025

Conversation

olerichter
Copy link
Member

This adds the info of which cells are used by a design,

Ideally to be even more useful it should print how often each cell appears in the hierarchy,

to do this dumbly (and inefficiently) I could first rise in the hierarchy for the first cell with getParent then on the top node traverse all nodes. When a UsrType says it's a leaf -> ask it if it's a process, then ask it if it's a cell, ask it which cell of the list, and increment a counter. There might be a more efficient way.

@rmanohar
Copy link
Member

I am going to merge this in, but will update the command itself to have an option (-l) that will then list the cells.

@rmanohar rmanohar merged commit 233188e into asyncvlsi:main Jan 17, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants