Skip to content
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

FlexPath vertical and horizontal segments in different layers and datatypes #159

Open
frankxxu opened this issue Mar 26, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@frankxxu
Copy link

Is there a way to make vertical and horizontal segments in different layers and datatypes even drop vias?

@heitzmann
Copy link
Owner

I'm not sure I understand your question, @frankxxu. Can you maybe show an example of what you want?

@frankxxu
Copy link
Author

image
Left path can be created by gdstk.FlexPath. Is there a way to create path on the right side using gdstk.FlexPath?

@heitzmann
Copy link
Owner

Not directly, no. But I imagine it wouldn't be difficult to write a function that could automate this process for you if you need to use it repeatedly. If you already have the list of vertices to go through, you could loop through it, check whether the section you're on is vertical or horizontal and create the corresponding FlexPath for that section, then return all paths.

@frankxxu
Copy link
Author

frankxxu commented Apr 1, 2023

Thanks for clarification. I just want to make sure I don't miss any FlexPath features. For 16nm and below, metals in vertical and horizontal directions are always different.

@heitzmann
Copy link
Owner

I see, that's good to know! Maybe in the future we can include a function with this type of profile...

@heitzmann heitzmann added the enhancement New feature or request label Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants