We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00da55 commit 781cea2Copy full SHA for 781cea2
common.mk
@@ -4,15 +4,11 @@
4
SHELL=/bin/bash
5
6
ifndef RISCV
7
-$(error RISCV is unset. You must set RISCV yourself, or through the Chipyard auto-generated env file)
+$(error RISCV is unset. Did you source the Chipyard auto-generated env file (which activates the default conda environment)?)
8
else
9
$(info Running with RISCV=$(RISCV))
10
endif
11
12
-ifndef CONDA_DEFAULT_ENV
13
-$(warning No conda environment detected. Did you source the Chipyard auto-generated env file?)
14
-endif
15
-
16
#########################################################################################
17
# specify user-interface variables
18
0 commit comments