Cra2yPierr0t
10/12/2022, 3:23 PMmake pdk
and then make install
in the sky130 pdk setup section of OpenRAM's README.
The reason is that cd $(OPEN_PDKS_DIR) && git pull && git checkout $(OPEN_PDKS_GIT_COMMIT)
is executed twice by make pdk
and make install
.
If you change install: $(SRAM_LIB_DIR) pdk
to install: $(SRAM_LIB_DIR)
, the problem will be solved, but you may rewrite the README since you can also install by make install
alone.Matthew Guthaus
10/12/2022, 4:32 PMMatthew Guthaus
10/12/2022, 4:36 PMMatthew Guthaus
10/12/2022, 4:36 PMCra2yPierr0t
10/12/2022, 5:10 PM