Hi, my precheck fails because of the following err...
# shuttle-precheck
a
Hi, my precheck fails because of the following error: "MPW Precheck failed to retrieve SKY130A PDK & Open PDKs commits: 'gf180mcu_pdk'" Does anyone know why this is happening?
@Tim Edwards @jeffdi :)
m
Is this for gf180 ? or are you trying to use sky130?
I think the gf180 precheck tag was fixed recently so try to update your repo
a
I am using SKY130B. The first few precheck were fine, but this started happening last night (GMT).
I am just uploading a tar file to the project. Other SKY130 projects I had that would precheck fine now also display this error.
t
@jeffdi: There seems to be a major problem here where the gf180mcu precheck enablement has caused issues with the sky130 precheck.
a
How should we run a precheck now? Thanks
m
I'll find out
I imagine it will be fixed asap
a
Thank you very much for your help.
s
An update: 2 errors. 1st error (mentioning gf180mcu_pdk) yields empty logs/pdks.info in precheck_results, but otherwise is survived (minor, yet very misleading). 2nd error dies in Consistency check. Discrepancy: batch-job/mpw-precheck use of caravel-lite tag=mpw-7f; vs standalone github/mpw_precheck use of tag=mpw-7e. Can reproduce Adil's crash in Consistency in a standalone run once changed to tag-mpw-7f.
o
@Matt Venn As @sto mentioned, the error :
Copy code
MPW Precheck failed to retrieve SKY130A PDK & Open PDKs commits: 'gf180mcu_pdk
is a failure to log the PDK information and does not stop the
mpw-precheck
execution, it continues unaffected, we are aware of the reason and have a fix on the way. Moreover, we are aware of the underlying issue affecting Adil's project (any sky130 analog project) and working towards resolving it. cc: @Adil Malik @Tim Edwards @Greg Shuarette
a
Thank you very much for looking into this for me.