Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdi authored Apr 17, 2024
1 parent eaa077d commit 447b52c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ifeq ($(PDK),sky130A)
SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
export OPEN_PDKS_COMMIT?=dd7771c384ed36b91a25e9f8b314355fc26561be
export OPENLANE_TAG?=2023.10.16
MPW_TAG ?= mpw-9e
MPW_TAG ?= mpw-9i

ifeq ($(CARAVEL_LITE),1)
CARAVEL_NAME := caravel-lite
Expand All @@ -63,7 +63,7 @@ ifeq ($(PDK),sky130B)
SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
export OPEN_PDKS_COMMIT?=dd7771c384ed36b91a25e9f8b314355fc26561be
export OPENLANE_TAG?=2023.10.16
MPW_TAG ?= mpw-9e
MPW_TAG ?= mpw-9i

ifeq ($(CARAVEL_LITE),1)
CARAVEL_NAME := caravel-lite
Expand Down Expand Up @@ -426,4 +426,4 @@ caravel-sta: ./env/spef-mapping.tcl
@echo =================================================================================================
@echo "You can find results for all corners in $(CUP_ROOT)/signoff/caravel/openlane-signoff/timing/"
@echo "Check summary.log of a specific corner to point to reports with reg2reg violations"
@echo "Cap and slew violations are inside summary.log file itself"
@echo "Cap and slew violations are inside summary.log file itself"

0 comments on commit 447b52c

Please sign in to comment.