From dbbad22598979ce8de9b3d8417b9b550f04f2d30 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 10 May 2010 23:55:28 +0200 Subject: digital/mimot/tools: add blocking detection parameters --- digital/mimot/tools/mimot/init.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'digital/mimot/tools') diff --git a/digital/mimot/tools/mimot/init.py b/digital/mimot/tools/mimot/init.py index 5b62f913..3bf41dac 100644 --- a/digital/mimot/tools/mimot/init.py +++ b/digital/mimot/tools/mimot/init.py @@ -2,15 +2,19 @@ host = dict ( a0kp = 4, a0a = 16, a0sm = 0x60, a0ss = 0x10, + a0be = 256, a0bs = 0x04, a0bc = 20, a1kp = 4, a1a = 16, a1sm = 0x60, a1ss = 0x10, + a1be = 256, a1bs = 0x04, a1bc = 20, E = 0x3ff, D = 0x1ff, ) target = dict ( a0kp = 4, a0a = 16, a0sm = 0x60, a0ss = 0x10, + a0be = 256, a0bs = 0x04, a0bc = 20, a1kp = 4, a1a = 16, a1sm = 0x60, a1ss = 0x10, + a1be = 256, a1bs = 0x04, a1bc = 20, E = 0x3ff, D = 0x1ff, w = 0x03, ) -- cgit v1.2.3