Binoy B
06/04/2022, 5:37 AMMitch Bailey
06/04/2022, 7:32 AMBinoy B
06/04/2022, 7:40 AMMitch Bailey
06/04/2022, 8:02 AMvolare
install correctly? Does which volare
show where volare
was installed?Binoy B
06/04/2022, 8:12 AMBinoy B
06/04/2022, 8:13 AMBinoy B
06/04/2022, 10:03 AMMitch Bailey
06/04/2022, 11:39 AMpython3 -m pip install --upgrade --no-cache-dir volare
(no space before upgrade
)?Binoy B
06/04/2022, 3:19 PMSud_ana
12/30/2022, 2:09 PMMitch Bailey
12/30/2022, 2:15 PMlocate volare | grep bin/volare
to find the installation directory.Sud_ana
12/30/2022, 2:19 PMMitch Bailey
12/30/2022, 2:22 PM~/.local/bin/volare
? If it’s there, you want to add ~/.local/bin
to your PATH
.Sud_ana
12/30/2022, 3:05 PMwhich volare
doesn't return anything.Binoy B
12/30/2022, 3:18 PMSud_ana
12/30/2022, 4:51 PMFileNotFoundError: [Errno 2] No such file or directory: '/home/sud_ana/Git_cloned_local_mul32/user_proj_mul32/dependencies/pdks/volare/sky130'
The volare requirement is satisfied but still can't make a volare directory in the PDK. Am I
1. missing some steps in terms of setting up the PDK directory or
2. any pre-requisite prior to make or
3. do I need to manually populate the volare directory ?
The relevant error section is attached, could you please advise ?Sud_ana
12/30/2022, 6:36 PMMitch Bailey
12/30/2022, 9:00 PM$HOME/.local/bin
not $HOME/.local/bin/volare
2. Using sudo
to install volare sets up your pdk with root ownership, so naturally you can’t change permissions. I suggest sudo rm -rf ~/Git_cloned_local_mul32/user_proj_mul32/dependencies/pdks
(you may have to remove the dependencies
directory also. Get rid of anything with root ownership in user_proj_mul32
)
3. Without using sudo, verify that you can execute volare, and reinstall your pdk.Sud_ana
12/31/2022, 2:04 AM