Hi everyone, I have encountered a problem regardin...
# sky130
n
Hi everyone, I have encountered a problem regarding running the simulations. When I run a simple circuit, the simulation tells me it cannot locate include file:
t
What is your
configure
command line for the open_pdks build?
It seems like an issue where the
sky130_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.
n
@Tim Edwards I used
./configure --enable-sky130-pdk
So in the cloned directory
open_pdks/sources/sky130-pdk/libraries/sky130_fd_pr/latest/
there are three folders:
I tried reinstalling the pdk and got few errors when I do make.
t
@Nejc Klanjšček: You have to look in the build log file for errors. Possibly your version of magic is outdated?
n
@Tim Edwards Magic was the problem. I tried reinstalling it and now it works. Thank you for your help and your time.