From 3049fc6398715f00ce881c6a68fce9ecb455f39c Mon Sep 17 00:00:00 2001 From: Kento HASEGAWA Date: Mon, 27 Aug 2018 18:09:03 +0900 Subject: [PATCH] Fix a typo --- solver/Solver2017.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solver/Solver2017.py b/solver/Solver2017.py index 2e05f2f..057d973 100644 --- a/solver/Solver2017.py +++ b/solver/Solver2017.py @@ -116,7 +116,7 @@ def solve(boardstr, seed=12345, zero_padding=False, option=dict()): # MMIO 接続 (pynqrouter) if isinstance(PL.ip_dict[IP][0], int): - mmio = MMIO(PL.ip_dict[IP][0], PL.ip_dict[IP][1], 16) + mmio = MMIO(PL.ip_dict[IP][0], PL.ip_dict[IP][1]) else: mmio = MMIO(int(PL.ip_dict[IP][0], 16), int(PL.ip_dict[IP][1], 16)) -- 2.22.0