forked from Github_Repos/cvw
Remove busy-mmu and fix missing signal
This commit is contained in:
parent
e27bc1cbf7
commit
ea4e76938e
File diff suppressed because it is too large
Load Diff
@ -120,7 +120,7 @@ module wallypipelinedhart (
|
|||||||
logic ICacheStallF;
|
logic ICacheStallF;
|
||||||
logic [`XLEN-1:0] MMUPAdr, MMUReadPTE;
|
logic [`XLEN-1:0] MMUPAdr, MMUReadPTE;
|
||||||
logic MMUStall;
|
logic MMUStall;
|
||||||
logic MMUTranslate, MMUTranslationComplete, MMUReady;
|
logic MMUTranslate, MMUReady;
|
||||||
|
|
||||||
// bus interface to dmem
|
// bus interface to dmem
|
||||||
logic MemReadM, MemWriteM;
|
logic MemReadM, MemWriteM;
|
||||||
|
Loading…
Reference in New Issue
Block a user