Any ideas as to why my precheck isn't running any ...
# reram
t
Any ideas as to why my precheck isn't running any checks?
d
Is there anything in the full log?
t
Its the same thing essentially
@David Lindley Has something like this been reported before? Or do u have any ideas of where I could look to resolve the issue?
d
I do not, @Travis Jakl. Let me ask around.
m
@Travis Jakl The line
Copy code
2025-01-29 18:45:58 - [INFO] - {{PRECHECK SEQUENCE}} Precheck will run the following checks: []
means that no checks were selected for precheck. If you haven’t changed anything in the
mpw_precheck
directory, can you try this?
Copy code
make precheck
make run-precheck
Also see if there are any other files in the
logs
directory.
t
I found a solution to my problem. While doing some installation of the reram cell, I had to create another PDK folder renamed sky130b, specifically lower case. So I had been running off of this PDK while running my precheck. Once I switched over to sky130B, the precheck functioned as normal.
👍 1
Thank you all for your help