We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83395c0 commit a11292bCopy full SHA for a11292b
Makefile
@@ -26,6 +26,7 @@ export PDK_MAGIC_COMMIT=7d601628e4e05fd17fcb80c3552dacb64e9f6e7b
26
export OPENLANE_TAG=2022.02.23_02.50.41
27
export MISMATCHES_OK=1
28
export PDKPATH?=$(PDK_ROOT)/sky130A
29
+export PDK?=sky130A
30
31
# Install lite version of caravel, (1): caravel-lite, (0): caravel
32
CARAVEL_LITE?=1
@@ -85,6 +86,7 @@ docker_run_verify=\
85
86
-e CARAVEL_ROOT=${CARAVEL_ROOT} \
87
-e TOOLS=/opt/riscv32i \
88
-e DESIGNS=$(TARGET_PATH) \
89
+ -e PDK=$(PDK) \
90
-e CORE_VERILOG_PATH=$(TARGET_PATH)/mgmt_core_wrapper/verilog \
91
-e GCC_PREFIX=riscv32-unknown-elf \
92
-e MCW_ROOT=$(MCW_ROOT) \
0 commit comments