1
0
Fork 0

check RISCV envirnoment variable

This commit is contained in:
Yunsup Lee 2014-09-11 02:38:21 -07:00
parent 02c08a156f
commit 086bb02c24
1 changed files with 5 additions and 0 deletions

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