diff --git a/Makefile b/Makefile index 63e570e40..b66edbc4a 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ export ROOTLESS ifeq ($(PDK),sky130A) SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c export OPEN_PDKS_COMMIT?=78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc - export OPENLANE_TAG?=2.0.0-b6 + export OPENLANE_TAG?=2.0.0-b8 MPW_TAG ?= mpw-9d ifeq ($(CARAVEL_LITE),1) @@ -60,7 +60,7 @@ endif ifeq ($(PDK),sky130B) SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c export OPEN_PDKS_COMMIT?=78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc - export OPENLANE_TAG?=2.0.0-b6 + export OPENLANE_TAG?=2.0.0-b8 MPW_TAG ?= mpw-9d ifeq ($(CARAVEL_LITE),1) @@ -82,7 +82,7 @@ ifeq ($(PDK),gf180mcuC) CARAVEL_REPO := https://github.com/efabless/caravel-gf180mcu CARAVEL_TAG := $(MPW_TAG) export OPEN_PDKS_COMMIT?=e6f9c8876da77220403014b116761b0b2d79aab4 - export OPENLANE_TAG?=2.0.0-b6 + export OPENLANE_TAG?=2.0.0-b8 endif diff --git a/openlane/Makefile b/openlane/Makefile index 1b98ad288..224b752aa 100644 --- a/openlane/Makefile +++ b/openlane/Makefile @@ -87,7 +87,7 @@ endif @cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/gds/* $(PROJECT_ROOT)/gds/$*.gds @cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/lef/* $(PROJECT_ROOT)/lef/$*.lef @cp $(PROJECT_ROOT)/openlane/$*/runs/$*/*magic-streamout/*.mag $(PROJECT_ROOT)/mag/$*.mag - @cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/pnl/* $(PROJECT_ROOT)/verilog/$*.v + @cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/pnl/* $(PROJECT_ROOT)/verilog/gl/$*.v @cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/spice/* $(PROJECT_ROOT)/spi/lvs/$*.spice @cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/spef/nom_/* $(PROJECT_ROOT)/spef/multicorner/$*.nom.spef @cp $(PROJECT_ROOT)/openlane/$*/runs/$*/final/spef/nom_/* $(PROJECT_ROOT)/spef/$*.spef