Jean
12/04/2020, 1:50 AMAmr Gouhar
12/04/2020, 3:10 PMmake skywater-pdk
make all-skywater-libraries
make open_pdks
make build-pdk
I think I should group them all in a single Make target and document that.
Also, you can change the default installed skywater std library by exporting a different STD_CELL_LIBRARY
, default is sky130_fd_sc_hd
I should document that as well.Jean
12/05/2020, 1:37 AMJean
12/05/2020, 2:04 AMcd /home/jcyr/openlane/pdks/open_pdks && \
git checkout -qf 3959de867a4acb6867df376dac495e33bb0734f1
fatal: reference is not a tree: 3959de867a4acb6867df376dac495e33bb0734f1
Jean
12/05/2020, 2:07 AMTim Edwards
12/05/2020, 2:07 AMTim Edwards
12/05/2020, 2:09 AMJean
12/05/2020, 3:56 AMJean
12/05/2020, 5:33 AMgit clone --branch open_pdks-1.0 <https://github.com/RTimothyEdwards/open_pdks.git> $(PDK_ROOT)/op
en_pdks