mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
Changes PDK recipe dependency to be order-only (#922)
This commit is contained in:
committed by
GitHub
parent
19f0875494
commit
74b9e10840
2
dependencies/pdk.mk
vendored
2
dependencies/pdk.mk
vendored
@@ -36,7 +36,7 @@ pdk: skywater-pdk skywater-library open_pdks build-pdk gen-sources
|
||||
$(PDK_ROOT):
|
||||
mkdir -p $(PDK_ROOT)
|
||||
|
||||
$(PDK_ROOT)/skywater-pdk/LICENSE: $(PDK_ROOT)
|
||||
$(PDK_ROOT)/skywater-pdk/LICENSE: | $(PDK_ROOT)
|
||||
git clone $(shell $(PYTHON_BIN) ./dependencies/tool.py sky130 -f repo) $(PDK_ROOT)/skywater-pdk
|
||||
|
||||
.PHONY: skywater-pdk
|
||||
|
||||
Reference in New Issue
Block a user