minor build fixes

This commit is contained in:
Blaise Tine
2020-03-27 20:56:18 -04:00
parent 5a5c9f3981
commit 51fd8974a9
6 changed files with 18 additions and 714 deletions

View File

@@ -5,8 +5,8 @@ INCLUDE=-I. -Ishared_memory -Icache -IVX_cache -IVX_cache/interfaces -Iinterface
SINGLE_CORE=Vortex.v
MULTI_CORE=Vortex_SOC.v
EXE=--exe ./simulate/test_bench.cpp
MULTI_EXE=--exe ./simulate/multi_test_bench.cpp
EXE=--exe ./simulate/test_bench.cpp ./simulate/Vortex.cpp
MULTI_EXE=--exe ./simulate/multi_test_bench.cpp ./simulate/Vortex_SOC.cpp
COMP=--compiler gcc --language 1800-2009