Dear Efabless administrators, I'm working on the AI_by_AI project (https://github.com/Baungarten-CINVESTAV/AI_by_AI).
In the Quick Start of setting Caravel User Project, I've successfully run step 2 (make setup).
I'm now stucking in step "1. Now you can start hardening your design" (https://github.com/Baungarten-CINVESTAV/AI_by_AI/blob/main/docs/source/index.rst#quickstart)
The openlane process especially cannot detect DOCKER_SWAP, DOCKER_MEMORY, ROUTING_CORES, and STD_CELL_LIBRARY env variables.
Can you help fix this problem or give me specific instructions for this AI by AI project?
Thank you for your consideration!
m
Mitch Bailey
12/08/2023, 9:52 AM
Those should be just warnings. Are there any errors?
n
ngminhthanh12a3
12/08/2023, 10:13 AM
Oh, thank you so much. I'm ok with this step. I now have another trouble with the step "Integrate modules into the user_project_wrapper".
The process cannot detect the PDK_ROOT variable. Can I set this var anywhere?
m
Mitch Bailey
12/08/2023, 10:42 AM
Looks like you might be in the wrong directory.
Try
make user_project_wrapper
from
~/code/AI_by_AI
.
n
ngminhthanh12a3
12/08/2023, 12:37 PM
Thank you so much again! I've run this step successfully in the "~/code/AI_by_AI" directory.