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

Is there a layer map file? #77

Closed
growly opened this issue Nov 22, 2022 · 7 comments
Closed

Is there a layer map file? #77

growly opened this issue Nov 22, 2022 · 7 comments

Comments

@growly
Copy link

growly commented Nov 22, 2022

I need a straightforward mapping of layer names to GDS types/subtypes. I believe this information is captured by various tool configuration files, like gf180mcu.lyp for klayout, but it would be helpful to have the source in order to produce another tool-specific configuration file instead.

For sky130 such a file was available in non-public versions, so I'm curious if there's a similar situation for this PDK.

I think I could parse the magic gf180mcuA-GDS.tech for this too, but it also isn't straightforward.

@mithro
Copy link
Contributor

mithro commented Nov 22, 2022

@atorkmabrains / @mkkassem

@mithro
Copy link
Contributor

mithro commented Nov 22, 2022

@atorkmabrains
Copy link
Collaborator

@mithro mithro reopened this Nov 22, 2022
@mithro
Copy link
Contributor

mithro commented Nov 22, 2022

@atorkmabrains - @growly mentioned he had found the gf180mcu.lyp file but was looking for something a bit easier to process.

@growly
Copy link
Author

growly commented Nov 23, 2022

Yes I was hoping for a simpler format, such as the source of whatever produced the .lyp in the first place (a spreadsheet would be nice). However I could extract it from the gf180mcu.lyp file or the magic file, if someone could please clarify what this means?

  1. <source>1/222@1</source>
  2. <source>Poly2 30/0@1</source>

Example (1) doesn't have a layer name?

The numbers are layer/datatype@something? What is the last number?

@atorkmabrains
Copy link
Collaborator

@growly I'm sorry misread what you need. Here is a CSV file that is used for documentation. You could use pandas to read this file in Python for example:

https://github.com/google/gf180mcu-pdk/blob/ff2a6056a2e69eed4da7a13c7a050cdbde6b7b0c/docs/physical_verification/design_manual/tables_clear/06_Drawn_layer10.csv

@growly
Copy link
Author

growly commented Nov 23, 2022

Great, thank you!

@growly growly closed this as completed Nov 23, 2022
proppy pushed a commit to proppy/globalfoundries-pdk-libs-gf180mcu_fd_pr that referenced this issue Feb 6, 2023
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

No branches or pull requests

3 participants