Skip to content

Partial mode and "Instances" (general: "Select" filter is not applied in partial mode) #1302

New issue

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

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

Already on GitHub? Sign in to your account

Closed
lizimeng996 opened this issue Feb 25, 2023 · 3 comments
Assignees
Milestone

Comments

@lizimeng996
Copy link

When "Instances" is selected, I do not want pcells to be selected by PartialService.So how can I get whether instances are is_checked in PartialService?Can you give me an example? Thank you very much.

@klayoutmatthias
Copy link
Collaborator

klayoutmatthias commented Feb 25, 2023

Are you patching C++ code?

So you want instances of static cells to be selected, but not PCell instances? I don't think that actually makes sense. PCell instances are pretty much the same thing than static cell instances.

@lizimeng996
Copy link
Author

Yes, I'm modifying the C++ code for some special needs. I want PartialSelect to be like MoveSelect. Pcell cannot be selected when instances are selected. But I don't know how to get the status of instances.

@klayoutmatthias
Copy link
Collaborator

I see your point. Partial mode does not consider the "Select" options. That is by design and there is no trivial solution to this problem.

You can keep this issue open and ask for a fix.

@klayoutmatthias klayoutmatthias added this to the 0.28.6 milestone Feb 26, 2023
@klayoutmatthias klayoutmatthias self-assigned this Feb 26, 2023
@klayoutmatthias klayoutmatthias changed the title Ask a question about "Instances." Partial mode and "Instances" (general: "Select" filter is not applied in partial mode) Feb 26, 2023
klayoutmatthias added a commit that referenced this issue Mar 4, 2023
Implemented solution for issue #1302 (Select filter is not applied in…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants