Remove busy-mmu and fix missing signal

This commit is contained in:
Thomas Fleming 2021-05-14 07:14:20 -04:00
parent 980c00fa64
commit 1fc607b399
2 changed files with 1 additions and 5204 deletions

File diff suppressed because it is too large Load Diff

View File

@ -120,7 +120,7 @@ module wallypipelinedhart (
logic ICacheStallF;
logic [`XLEN-1:0] MMUPAdr, MMUReadPTE;
logic MMUStall;
logic MMUTranslate, MMUTranslationComplete, MMUReady;
logic MMUTranslate, MMUReady;
// bus interface to dmem
logic MemReadM, MemWriteM;