-
Notifications
You must be signed in to change notification settings - Fork 264
Description
Presently, a Technology can have multiple libraries.
What about a Library that can function for multiple technologies?
I know there are obvious reasons not to do this.
But it is possible to make Library components that can be used in different technologies, especially when the differences between the processes are subtle.
Any chance we could have the following?
self.technology=[tech_name1, tech_name2, ...]
Then in our PCell code, the code can check which technology it is, and adjust accordingly.
An example of this would be an optical waveguide. Similar to the "Path" function, which applies to all technologies that have metal, we have a "Waveguide" in all integrated photonic technologies. Hence, it would be nice be able to make PCells that work for many technologies.
Thank you
Lukas