Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Add PDK variable for simulation
  • Loading branch information
jeffdi authored May 3, 2022
1 parent 83395c0 commit a11292b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export PDK_MAGIC_COMMIT=7d601628e4e05fd17fcb80c3552dacb64e9f6e7b
export OPENLANE_TAG=2022.02.23_02.50.41
export MISMATCHES_OK=1
export PDKPATH?=$(PDK_ROOT)/sky130A
export PDK?=sky130A

# Install lite version of caravel, (1): caravel-lite, (0): caravel
CARAVEL_LITE?=1
Expand Down Expand Up @@ -85,6 +86,7 @@ docker_run_verify=\
-e CARAVEL_ROOT=${CARAVEL_ROOT} \
-e TOOLS=/opt/riscv32i \
-e DESIGNS=$(TARGET_PATH) \
-e PDK=$(PDK) \
-e CORE_VERILOG_PATH=$(TARGET_PATH)/mgmt_core_wrapper/verilog \
-e GCC_PREFIX=riscv32-unknown-elf \
-e MCW_ROOT=$(MCW_ROOT) \
Expand Down

0 comments on commit a11292b

Please sign in to comment.