Closed HanyzPAPU closed 1 year ago
Would the following work or have I overlooked something?
diff --git a/doc/reference/riscv_constants.rst b/doc/reference/riscv_constants.rst
index 70a480e..c01a6c2 100644
--- a/doc/reference/riscv_constants.rst
+++ b/doc/reference/riscv_constants.rst
@@ -43,5 +43,4 @@ Waiting cycles
Default TLB size
----------------
-Kilo-TLB - 256 entries
-Mega-TLB - 32 entries
+Default TLB size is 48 entries.
Yes, that should fix the problem. Thank you
The documentation regarding RICV-V TLB default size mentions a Kilo-TLB and Mega-TLB size, which is a remnant of previous implementation.