mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-30 16:34:28 +00:00
Remove busy-mmu and fix missing signal
This commit is contained in:
parent
980c00fa64
commit
1fc607b399
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user