[ci skip] Remove conda env. check

This commit is contained in:
abejgonzalez
2022-10-09 13:55:47 -07:00
parent b00da55a87
commit 781cea2749

View File

@@ -4,15 +4,11 @@
SHELL=/bin/bash
ifndef RISCV
$(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)?)
else
$(info Running with RISCV=$(RISCV))
endif
ifndef CONDA_DEFAULT_ENV
$(warning No conda environment detected. Did you source the Chipyard auto-generated env file?)
endif
#########################################################################################
# specify user-interface variables
#########################################################################################