Hi, I have a Klayout FEOL error when running prech...
# shuttle
c
Hi, I have a Klayout FEOL error when running precheck on the caravel_user_project_analog wrapper, but in the precheck documentation, it says to load the following file to show the markers where the errors would be:
$INPUT_DIRECTORY/checks/<design_name>_klayout.lydrc
but I do not see that in the checks folder. Is this a file that should be downloaded with "make precheck" docker image or it should be generated locally with the wrapper simulations? Thanks!
m
This is the local precheck, correct? Does
find . -name '*kayout.lydrc'
give you anything?
c
@User Yes, it is the local precheck. Running the command you suggest does not turn up anything. Is there a way to download it or generate it?
m
How about
find .. -name '*klayout.lydrc'
? (there was a typo in my previous suggestion.)
c
@User With the double period and the correction to 'klayout'? I tried it but it doesn't show any results either?
m
I was just guessing at the location of the precheck directory. From the Makefile
Copy code
PRECHECK_ROOT?=${HOME}/mpw_precheck
Is there a
mpw_precheck
directory in your home directory?
c
@User Yes, I have a mpw_precheck directory in my home directory. When I look for a .lydrc file, I only have offgrid.lydrc and met_min_ca_density.lydrc?
Should I try to run it on the efab website instead of locally?
m
Sorry, I'm not qualified to give an answer to your question.
c
@User No worries! Thanks for all your help so far!