aboutsummaryrefslogtreecommitdiff
path: root/debug/targets.py
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2017-08-14 15:24:41 -0700
committerTim Newsome <tim@sifive.com>2017-08-14 15:24:41 -0700
commit311680cad866d9a2a13aec44a1b615eb6cebe6a5 (patch)
treeeb96420e0a100ec31edbb39481750d4b82e6c6e8 /debug/targets.py
parent489838cc68e8c332ed49d189be13212c46716445 (diff)
downloadriscv-tests-311680cad866d9a2a13aec44a1b615eb6cebe6a5.zip
riscv-tests-311680cad866d9a2a13aec44a1b615eb6cebe6a5.tar.gz
riscv-tests-311680cad866d9a2a13aec44a1b615eb6cebe6a5.tar.bz2
Put logfile code back so everything works again.
I don't exactly understand why it has to be the way it is, but I just want it to work. Also fix a pylint complaint.
Diffstat (limited to 'debug/targets.py')
-rw-r--r--debug/targets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/targets.py b/debug/targets.py
index 37759f9..7183a38 100644
--- a/debug/targets.py
+++ b/debug/targets.py
@@ -24,8 +24,8 @@ class Target(object):
# Timeout waiting for the server to start up. This is different than the
# GDB timeout, which is how long GDB waits for commands to execute.
- # The server_timeout is how long this script waits for the Server to be ready
- # for GDB connections.
+ # The server_timeout is how long this script waits for the Server to be
+ # ready for GDB connections.
server_timeout_sec = 60
# Path to linker script relative to the .py file where the target is