Open emmagood987 opened 5 months ago
@emmagood987 Thanks for the detailed logs. Do you need to install open_pdks from source or can you use the precompiled versions available with volare here?
@emmagood987 Thanks for the detailed logs. Do you need to install open_pdks from source or can you use the precompiled versions available with volare here?
Thanks for your reply. I can use volare. But I dont know how to. Where can I find the detailed steps on how to install through volare pls? Or if you can type them out sequentially, it would be just great.
The installation steps are detailed here.
export PDK_ROOT=<pdk directory>
export PDK=<process> # sky130A, sky130B, etc.
python3 -m pip install --upgrade --no-cache-dir volare
volare ls-remote
volare enable <desired-commit>
The installation steps are detailed here. . python3 -m pip install --upgrade --no-cache-dir volare
Ok. I have tried the steps at the Volare git page. However the above command is not working at my end. I have already opened an issue at the Volare git page. You can see the issue at the link here. Do let me know if you have the solution for it.
Emma.
Hi,
I am trying to install OpenPDK in my WSL2 based Ubuntu 24.04. I am getting error while doing the process and unable to proceed. I hope someone can help me.
First, I installed Xschem, Magic and ngspice successfully. Then I started installing OpenPDK. I ran the following commands:
git clone https://github.com/RTimothyEdwards/open_pdks This command ran OK.
cd open_pdks
./configure --enable-sky130-pdk --prefix=/home/emma This command also went OK. Pls see screenshot_1.jpg
Pls see the screenshot_2.jpg
Can you pls tell me why I am getting this error and most importantly, how to overcome it?
I look forward to your response.
Thanks, Emma.