fix bug in tlb refill
This commit is contained in:
parent
6bf8f41cef
commit
4bda6b6757
@ -191,7 +191,7 @@ class TLB extends TLBModule {
|
|||||||
io.ptw.req.bits.store := r_req.store
|
io.ptw.req.bits.store := r_req.store
|
||||||
io.ptw.req.bits.fetch := r_req.instruction
|
io.ptw.req.bits.fetch := r_req.instruction
|
||||||
|
|
||||||
when (io.req.fire() && tlb_miss && addr_ok) {
|
when (io.req.fire() && tlb_miss) {
|
||||||
state := s_request
|
state := s_request
|
||||||
r_refill_tag := lookup_tag
|
r_refill_tag := lookup_tag
|
||||||
r_refill_waddr := repl_waddr
|
r_refill_waddr := repl_waddr
|
||||||
|
Loading…
Reference in New Issue
Block a user