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

volare cannot find gf180 #38

Closed
thesourcerer8 opened this issue Feb 2, 2023 · 7 comments · Fixed by #41
Closed

volare cannot find gf180 #38

thesourcerer8 opened this issue Feb 2, 2023 · 7 comments · Fixed by #41
Labels
bug Something isn't working

Comments

@thesourcerer8
Copy link

volare ls-remote --pdk gf180mcu
gives
Pre-built gf180mcu PDK versions
and then no further output.
One guess I have is that the request to GitHub to retrieve the list only gets the first few entries?
I have installed volare 0.4.3 from pip:
Requirement already satisfied: volare in ./.local/lib/python3.10/site-packages (0.4.3)
Perhaps that version is too old? In that case, please update the pip package.

@thesourcerer8
Copy link
Author

It seems the problem is only affecting the ls-remote command, I heard that the other commands can successfully download the gf180mcu PDK

@donn
Copy link
Member

donn commented Feb 2, 2023

Volare 0.4.3 is too old. The latest version on PIP is 0.6.2 (https://pypi.org/project/volare/) so I'm not 100% sure what you're talking about.

@thesourcerer8
Copy link
Author

Ok, I upgraded to 0.6.2, but I still don't see any gf180mcu PDK versions.

@donn
Copy link
Member

donn commented Feb 3, 2023

probably an API pagination issue- ill take a look on Sunday

@donn donn added the bug Something isn't working label Feb 3, 2023
@atorkmabrains
Copy link

@donn Any update?

@andrsmllr
Copy link

andrsmllr commented Feb 7, 2023

I can see the same issue. If you are using openlane a workaround is to run "PDK=gf180mcuC make pdk" in the openlane root directory, which will use volare to fetch the correct pre-build gf180mcu PDK as required by openlane.

@proppy
Copy link
Contributor

proppy commented Feb 9, 2023

probably an API pagination issue- ill take a look on Sunday

@donn spot on, see https://github.com/orgs/community/discussions/21901 and community/community#8226

doing something like 3c5077a to fetch more result per page can workaround the issue 3c5077a, but a proper fix would be to find a way to sort fetch all the pages and have volare sort them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants