Nejc Klanjšček
11/10/2022, 7:05 PMTim Edwards
11/10/2022, 10:39 PMconfigure
command line for the open_pdks build?Tim Edwards
11/10/2022, 10:43 PMsky130_fd_pr
library from the skywater-pdk
repository didn't get cloned properly. What the problem and solution is depends on how the build was configured. If you depended on open_pdks itself to clone the repositories, then the library would be found in open_pdks/sources/sky130-pdk/libraries/sky130_fd_pr/latest/
. If there's nothing there, then you may need to check the build output where it cloned the repository. If you cloned the repository yourself, then you might have failed to do a submodule update, maybe.Nejc Klanjšček
11/11/2022, 5:49 AM./configure --enable-sky130-pdk
Nejc Klanjšček
11/11/2022, 5:55 AMopen_pdks/sources/sky130-pdk/libraries/sky130_fd_pr/latest/
there are three folders:Nejc Klanjšček
11/11/2022, 9:06 AMTim Edwards
11/11/2022, 1:41 PMNejc Klanjšček
11/11/2022, 4:52 PM