Skip to content

Commit a11292b

Browse files
authored
Update Makefile
Add PDK variable for simulation
1 parent 83395c0 commit a11292b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export PDK_MAGIC_COMMIT=7d601628e4e05fd17fcb80c3552dacb64e9f6e7b
2626
export OPENLANE_TAG=2022.02.23_02.50.41
2727
export MISMATCHES_OK=1
2828
export PDKPATH?=$(PDK_ROOT)/sky130A
29+
export PDK?=sky130A
2930

3031
# Install lite version of caravel, (1): caravel-lite, (0): caravel
3132
CARAVEL_LITE?=1
@@ -85,6 +86,7 @@ docker_run_verify=\
8586
-e CARAVEL_ROOT=${CARAVEL_ROOT} \
8687
-e TOOLS=/opt/riscv32i \
8788
-e DESIGNS=$(TARGET_PATH) \
89+
-e PDK=$(PDK) \
8890
-e CORE_VERILOG_PATH=$(TARGET_PATH)/mgmt_core_wrapper/verilog \
8991
-e GCC_PREFIX=riscv32-unknown-elf \
9092
-e MCW_ROOT=$(MCW_ROOT) \

0 commit comments

Comments
 (0)