Add BLUESIM to two simulation builds as the TagController expects this

variable to be set when building for simulation.
This commit is contained in:
jon
2020-06-11 09:43:38 +01:00
parent 8492136abd
commit f582d6550b
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ MORE_DEFINES = RV64 \
CAP128 \
MEM64 \
RVFI_DII \
RVFI \
RVFI BLUESIM\
RISCV
BSC_DEFINES += $(MORE_DEFINES)
BSC_COMPILATION_FLAGS += $(addprefix -D , $(MORE_DEFINES))

View File

@@ -31,7 +31,7 @@ MORE_DEFINES = RV64 \
MULT_SYNTH \
Near_Mem_Caches \
FABRIC64 \
CAP128 \
CAP128 BLUESIM\
MEM64 \
RISCV
BSC_DEFINES += $(MORE_DEFINES)