1
0

check RISCV envirnoment variable

This commit is contained in:
Yunsup Lee 2014-09-11 02:38:21 -07:00
parent 02c08a156f
commit 086bb02c24

View File

@ -1,6 +1,11 @@
# UCB use only
-include $(base_dir)/Makefrag-refchip
# check RISCV environment variable
ifndef RISCV
$(error Please set environment variable RISCV. Please take a look at README)
endif
MODEL := Top
CXX := g++
CXXFLAGS := -O1