aboutsummaryrefslogtreecommitdiff
path: root/debug/targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/targets.py')
-rw-r--r--debug/targets.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/debug/targets.py b/debug/targets.py
index bb7a5cf..eca0231 100644
--- a/debug/targets.py
+++ b/debug/targets.py
@@ -141,6 +141,13 @@ class Target:
# Instruction count limit
icount_limit = 4
+ # Implements page-based virtual memory. So when PMP changes execute an
+ # SFENCE.VMA
+ implements_page_virtual_memory = True
+
+ # Support set_pmp_deny to create invalid addresses.
+ support_set_pmp_deny = False
+
# Internal variables:
directory = None
temporary_files = []