GitHub (Legacy)
10/25/2020, 12:26 AMREADME.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;
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