checkpoint: Added icache struct

This commit is contained in:
felsabbagh3
2019-09-03 16:19:06 -04:00
parent cde45648ea
commit 2d0e41db63
31 changed files with 544 additions and 101 deletions

View File

@@ -138,9 +138,9 @@ bool Vortex::ibus_driver()
curr_inst = 0xdeadbeef;
new_PC = vortex->curr_PC;
new_PC = vortex->icache_request_pc_address;
ram.getWord(new_PC, &curr_inst);
vortex->fe_instruction = curr_inst;
vortex->icache_response_instruction = curr_inst;
// printf("\n\n---------------------------------------------\n(%x) Inst: %x\n", new_PC, curr_inst);
// printf("\n");