Rename some variables

This commit is contained in:
abejgonzalez
2020-08-19 22:32:47 -07:00
parent 4f3319dc01
commit e5158cbe4c
2 changed files with 8 additions and 6 deletions

4
vcs.mk
View File

@@ -15,11 +15,11 @@ RESET_DELAY ?= 777.7
# gcc configuration/optimization
#----------------------------------------------------------------------------------------
# -flto slows down compilation on small-memory and breaks on firesim-manager
CMODE := -O3 -fbranch-probabilities -march=native
CXX_OPT_FLAGS := -O3 -fbranch-probabilities -march=native
VCS_CXXFLAGS = \
$(CXXFLAGS) \
$(CMODE) \
$(CXX_OPT_FLAGS) \
-I$(RISCV)/include \
-I$(dramsim_dir) \
-std=c++11 \