aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/client.py
diff options
context:
space:
mode:
authorJ08nY2020-03-03 15:19:33 +0100
committerJ08nY2020-03-03 15:19:33 +0100
commit714c7509d66afdacd8e9ce0cfe94ec8ae7f76883 (patch)
treed428063eb8eb14ec47d0d455a05f505051aa05be /pyecsca/codegen/client.py
parent49018aa37f44b56292193b763ed4a8bb15389c30 (diff)
downloadpyecsca-codegen-714c7509d66afdacd8e9ce0cfe94ec8ae7f76883.tar.gz
pyecsca-codegen-714c7509d66afdacd8e9ce0cfe94ec8ae7f76883.tar.zst
pyecsca-codegen-714c7509d66afdacd8e9ce0cfe94ec8ae7f76883.zip
Add tests, for fixed Jacobian stuff.
Diffstat (limited to 'pyecsca/codegen/client.py')
-rw-r--r--pyecsca/codegen/client.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyecsca/codegen/client.py b/pyecsca/codegen/client.py
index 07feb93..2b74f7a 100644
--- a/pyecsca/codegen/client.py
+++ b/pyecsca/codegen/client.py
@@ -234,8 +234,10 @@ class ImplTarget(SimpleSerialTarget):
self.send_cmd(SMessage.from_raw(cmd_set_trigger(actions)), self.timeout)
self.trigger = actions
- def disconnect(self):
+ def quit(self):
self.write(b"x\n")
+
+ def disconnect(self):
super().disconnect()