Skip to content

Commit

Permalink
+ add setup timing scripts target that uses MPW_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
passant5 committed Oct 18, 2023
1 parent 6a87a7d commit 3ee3b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ simenv-cocotb:
docker pull efabless/dv:cocotb

.PHONY: setup
setup: check_dependencies install check-env install_mcw openlane pdk-with-volare precheck
setup: check_dependencies install check-env install_mcw openlane pdk-with-volare precheck setup-timing-scripts

# Openlane
blocks=$(shell cd openlane && find * -maxdepth 0 -type d)
Expand Down Expand Up @@ -330,7 +330,7 @@ $(TIMING_ROOT):
.PHONY: setup-timing-scripts
setup-timing-scripts: $(TIMING_ROOT)
@( cd $(TIMING_ROOT) && git pull )
@#( cd $(TIMING_ROOT) && git fetch && git checkout $(MPW_TAG); )
@( cd $(TIMING_ROOT) && git fetch && git checkout $(MPW_TAG); )

.PHONY: install-caravel-cocotb
install-caravel-cocotb:
Expand Down

0 comments on commit 3ee3b69

Please sign in to comment.