Skip to content

Feature/issue 2044 #2084

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Feature/issue 2044 #2084

wants to merge 4 commits into from

Conversation

klayoutmatthias
Copy link
Collaborator

No description provided.

Matthias Koefferlein added 3 commits July 5, 2025 21:13
The solution is to separate the meaning of "," and "+" layout
file combination operators in strm2x tools:

* "+" does "blending"
* "," does merge

"+" has priority over "," ('a+b,c' acts as '(a+b),c').
NOTE: LEF caching only happens across "+".
@stefanottili
Copy link

Thanks for working on this, oh so close ...

Please see that attached testcase, c contains top with an unresolved reference to test.
I would expect that reference to be resolved with the "merged" aka "blend-mode 0" a.oas+b.oas.

test_merge_file.tgz

Ghost cells act as anchors for top cells of the other
layout in "," merges. Unlike other cells which are
renamed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: apply blend-mode only to files concatenated by +, not by ,
2 participants