Skip to content

Commit

Permalink
Merge pull request #37 from efabless/PDK_variable_fix
Browse files Browse the repository at this point in the history
PDK variable fix
  • Loading branch information
jeffdi authored Apr 30, 2022
2 parents ca8f316 + 2e81166 commit d92be71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MCW_ROOT?=$(PWD)/mgmt_core_wrapper
MCW ?=LITEX_VEXRISCV

# PDK switch varient
export PDK?=sky130B
export PDK?=sky130A

# Install lite version of caravel, (1): caravel-lite, (0): caravel
MCW_LITE?=1
Expand Down
1 change: 1 addition & 0 deletions verilog/dv/make/env.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
## Global Environment Variables for local repo
#######################################################################

export PDK ?= sky130A
export PDK_PATH = $(PDK_ROOT)/$(PDK)
export VIP_PATH = $(CORE_VERILOG_PATH)/dv/vip
export FIRMWARE_PATH = $(CORE_VERILOG_PATH)/dv/firmware
Expand Down

0 comments on commit d92be71

Please sign in to comment.