commit | 6878870cfef17dcf4a80cea199eb2a9315e28acf | [log] [tgz] |
---|---|---|
author | Marwan Abbas <marwaneltoukhy@aucegypt.edu> | Tue Feb 15 16:49:02 2022 +0200 |
committer | Marwan Abbas <marwaneltoukhy@aucegypt.edu> | Tue Feb 15 16:49:02 2022 +0200 |
tree | 7a1941609b75d36d2b131bd9ae033c465f955130 | |
parent | b104c94aaa38e7238b5f2beadbe74a7168295688 [diff] |
docker environment variables addition
diff --git a/Makefile b/Makefile index 9e50d32..f1d618e 100644 --- a/Makefile +++ b/Makefile
@@ -65,6 +65,8 @@ -e CARAVEL_ROOT=${CARAVEL_ROOT} \ -e TOOLS=/opt/riscv32i \ -e DESIGNS=$(TARGET_PATH) \ + -e CORE_VERILOG_PATH=$(TARGET_PATH)/mgmt_core_wrapper/verilog \ + -e GCC_PREFIX=riscv32-unknown-elf \ -e MCW_ROOT=$(MCW_ROOT) \ -u $$(id -u $$USER):$$(id -g $$USER) efabless/dv_setup:latest \ sh -c $(VERIFY_COMMAND)