Replies: 1 comment 2 replies
-
There is a select command but it doesn't have a "by area" option currently. Having selected you can use gui::select_next to iterate through. The simplest is to just walk the db directly. Something like:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Excuse me, I would like the get the number of std cells of at a certain window. That what I have done in the gui:
First only the std cells can be selected:
Hightlight some cells:
Then I can get the number through this:
it's 332
But how can I make it by writing a script to set a range of coordinates and get the number of std cells. I found there is a 'select' command. I think what a gui can do should be done by a script. Can anyone give me a hand?
Beta Was this translation helpful? Give feedback.
All reactions