Fixed most of the cache issues, mat_add left

This commit is contained in:
felsabbagh3
2020-03-22 15:59:45 -07:00
parent d146070275
commit 4e6de0dc38
9 changed files with 29220 additions and 28624 deletions

View File

@@ -12,7 +12,7 @@ int main(int argc, char **argv)
Verilated::traceEverOn(true);
#define ALL_TESTS
// #define ALL_TESTS
#ifdef ALL_TESTS
bool passed = true;
@@ -88,9 +88,9 @@ int main(int argc, char **argv)
#else
// char testing[] = "../../runtime/mains/simple/vx_simple_main.hex";
char testing[] = "../../runtime/mains/simple/vx_simple_main.hex";
// char testing[] = "../../emulator/riscv_tests/rv32ui-p-lw.hex";
char testing[] = "../../emulator/riscv_tests/rv32ui-p-sw.hex";
// char testing[] = "../../emulator/riscv_tests/rv32ui-p-sw.hex";
Vortex v;
// const char *testing;