#43 No setup commands in `README.md` file Issue op...
# open_pdks
g
#43 No setup commands in
README.md
file Issue opened by mithro There are not any quick start instructions on how to get started with the
open_pdks
. It needs something like;
Copy code
git clone <https://github.com/RTimothyEdwards/open_pdks.git>
cd open_pdks
./configure --with-sky130-source=<directory where you cloned https://github.com/google/skywater-pdk repository>
cd sky130
make tools-a
Unclear to me if the above is correct. It is unclear to me if anything needs to be done in the
google/skywater-pdk
repository before using
./configure
-- aka do you have to run
make timing
or? RTimothyEdwards/open_pdks