X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=debug%2Ftargets.py;h=d661d14a59a4638a3ef2924e142c75699d99ac2e;hb=6c2ad1c5c27f5e19e005541f7665a32814d32e0f;hp=db8d917c7b9f2a2132acd4c026f4edecf53d2500;hpb=706b6476a2eb320a84fef39716a7c19a83b68a39;p=riscv-tests.git diff --git a/debug/targets.py b/debug/targets.py index db8d917..d661d14 100644 --- a/debug/targets.py +++ b/debug/targets.py @@ -67,6 +67,9 @@ class Target(object): # before starting the test. gdb_setup = [] + # Supports mtime at 0x2004000 + supports_clint_mtime = True + # Internal variables: directory = None temporary_files = []