mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-31 00:44:38 +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 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