summaryrefslogtreecommitdiff
path: root/lib/dfatool.py
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-07-24 14:31:54 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2019-07-24 14:31:54 +0200
commit6825ac2877635bb055de46c7115ed8ab471560ad (patch)
treef33648f7401b8dfd10d54c0594f1328324c8756b /lib/dfatool.py
parent17a92f0bac1ff80ed87b43168e25e24d59e41d39 (diff)
Improve debugging
Diffstat (limited to 'lib/dfatool.py')
-rwxr-xr-xlib/dfatool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dfatool.py b/lib/dfatool.py
index 43e5c9e..c44f4de 100755
--- a/lib/dfatool.py
+++ b/lib/dfatool.py
@@ -523,7 +523,7 @@ class ParamStats:
class TimingData:
"""
- Loader for timing model traces measured with on-board timers.
+ Loader for timing model traces measured with on-board timers using ``harness.OnboardTimerHarness``.
Excpets a specific trace format and UART log output (as produced by
generate-dfa-benchmark.py). Prunes states from output. (TODO)