-
Notifications
You must be signed in to change notification settings - Fork 211
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
Add Support for Raith MBMS Paths #1947
Comments
There is no such things as RaithPXXData in GDS, so I’m assuming that you’re using gds properties to add this info, right ? And what is “add support” supposed to mean ? |
What exactly is that? I recall someone requested Raith something support once. But I could not get a clear statement if that is a standard feature (if not: what qualifies proprietary extension for implementation in an open source tool) and also about the IP situation (the feature may be patented). Is there an open specification? And what exactly is that extension about? I understand that maybe that is a periodic placement of a cell along a path. Matthias |
I am aware that this is not part of the GDSII spec, it is an extension "created" by Raith for Moving Beam Moving Stage lithography. What i ideally need is just to be able to read, write and edit the "RaithPXXData" in a Path object in the python package (everything that has been implemented in gdstk). So I can use this with gdsfactory. Having some kind of interface in the KLayout application is not necessary, but a plus. |
Yes it is about placing a cell along a path with x and y spacing to create a "grid". I hope the comment above answers your other questions |
Hi @MatthewMckee4, I understand your request, but I don't like to implement proprietary extensions just because they are there. I believe that Open Source should be a give-and-take. If there was support for this extension, that would create a benefit for that company, and it should be balanced by some contribution. For example, they might donate their specification to the public domain. If there is a public document somewhere - issued by Raith - describing the extension and explicitly permitting 3rd party implementations, I will be happy to implement it. Otherwise, I don't like to include it. The Semiconductor business is well known for their habit of protecting IP, and patent infringement by Open Source is a serious matter. Plus, I don't want to create a benefit for a specific player without a return to the community. In other cases, I have implemented proprietary extensions, but without making the sources public. This way, there is no risk of disclosing protected IP and I can withdraw the implementation if needed. A GDS extension is an integral part of the GDS reader, so it cannot be closed source. Matthias |
Hi @klayoutmatthias, thanks for this response, I realise now that my "issue" made it seem like i was asking for all of the work to be done, so i would like to amend it and say i am more than happy to implement this all myself, if you could help me in pointing me in the right direction that would be greatly appreciated. I have given myself some time to look around this code in this repository, but as it is so large i find myself lost. I understand that the python interface file is at src/pymod/distutils_src/klayout/dbcore.pyi but im unsure where the related c++ files are, like the Path class and the read and write functionality. As previously mentioned, this was already implemented in gdstk, by myself, so i have a good idea of how i would like to implement it in klayout.
Unfortunately they haven't provided us with much information (only what i have already shown above) Matthew |
Thanks for this offer, but honestly, if you implement it yourself, that does not change much. The legal issue persists, unless you want to keep it entirely private to you - but that is not my understanding of open source either. You mean you're in touch with the Raith people? I am not against talking to them if the like. Matthias |
There is "write Raith gds from Matlab" code on GitHub, licensed under MPL2.0 aka Mozilla Public License. |
Sorry i haven't gotten back to you, we are speaking to our Raith contact currently. |
Yes, it is exactly an extention: |
Having code that writes the format is not a public specification. I don't see that the author is associated with them and the comments are not encouraging - to me it looks like Raith invented their own flavor of GDS. That is not something that should go into public domain code. I will try some research on my own. Matthias |
REDACTED - Awaiting approval from Raith
The text was updated successfully, but these errors were encountered: