Hello everyone! I'm having a little issue executing the precheck from https://efabless.com/toolbox?submit=True. The log reports that PDK_ROOT is undefined, but since it's the web-prechecker I cannot define it. Any idea? Thanks!
a
Amr Gouhar
11/26/2020, 6:32 PM
The current version of caravel in the master branch requires the definition of the PDK_ROOT where it doesn't need it. This was fixed in develop. So, since the precheck doesn't use the PDK, it didn't define a PDK_ROOT and as such the caravel Makefile crashed unnecessarily (so it's a caravel issue that's been resolved).
a
Alvaro Jover
11/26/2020, 6:35 PM
Thank you so much for the fast reply, I really appreciate it. Shall I grab only the makefile from develop or the whole project?
a
Amr Gouhar
11/26/2020, 6:36 PM
only the Makefile should be fine. However, the precheck will fail anyways in the DRC check since caravel is not DRC clean yet.
👍 1
a
Anton Dyudin
11/28/2020, 11:30 PM
I'm getting an error about docker not being mounted, me running out of ram, or magic segfaulting. Is it possible to determine which of these occurred?
Also, is there a demo repository that passes the precheck, given caravel proper has DRC violations?