summaryrefslogtreecommitdiff
path: root/rtl/core/cp15/ttbr.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/cp15/ttbr.sv')
-rw-r--r--rtl/core/cp15/ttbr.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/cp15/ttbr.sv b/rtl/core/cp15/ttbr.sv
index 5162edb..b462955 100644
--- a/rtl/core/cp15/ttbr.sv
+++ b/rtl/core/cp15/ttbr.sv
@@ -11,7 +11,7 @@ module core_cp15_ttbr
transfer,
input word write,
- output word read,
+ output word read /*verilator public*/,
output mmu_base mmu_ttbr
);