Skip to content

Commit 7ef1385

Browse files
committed
latency missing
1 parent 06e0280 commit 7ef1385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/cva6_mmu/cva6_ptw.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ module cva6_ptw
417417
// Valid PTE
418418
// -----------
419419
else begin
420+
state_d = LATENCY;
420421
// it is a valid PTE
421422
// if pte.r = 1 or pte.x = 1 it is a valid leaf PTE
422423
if (pte.r || pte.x) begin
@@ -586,7 +587,6 @@ module cva6_ptw
586587
state_d = PROPAGATE_ACCESS_ERROR;
587588
end
588589
end
589-
590590
// we've got a data WAIT_GRANT so tell the cache that the tag is valid
591591
end
592592
// Propagate error to MMU/LSU

0 commit comments

Comments
 (0)