Restore all tests

This commit is contained in:
Dolu1990 2019-03-22 18:03:35 +01:00
parent 597336b491
commit 9139b4d269

View file

@ -2963,10 +2963,10 @@ int main(int argc, char **argv, char **env) {
printf("BOOT\n"); printf("BOOT\n");
timespec startedAt = timer_start(); timespec startedAt = timer_start();
#ifdef MMU // #ifdef MMU
redo(REDO,Workspace("mmu").withRiscvRef()->loadHex("../raw/mmu/build/mmu.hex")->bootAt(0x80000000u)->run(50e3);); // redo(REDO,Workspace("mmu").withRiscvRef()->loadHex("../raw/mmu/build/mmu.hex")->bootAt(0x80000000u)->run(50e3););
#endif // #endif
return 0; // return 0;
for(int idx = 0;idx < 1;idx++){ for(int idx = 0;idx < 1;idx++){