Commit 3049fc63 authored by Kento HASEGAWA's avatar Kento HASEGAWA

Fix a typo

parent 8491a339
...@@ -116,7 +116,7 @@ def solve(boardstr, seed=12345, zero_padding=False, option=dict()): ...@@ -116,7 +116,7 @@ def solve(boardstr, seed=12345, zero_padding=False, option=dict()):
# MMIO 接続 (pynqrouter) # MMIO 接続 (pynqrouter)
if isinstance(PL.ip_dict[IP][0], int): 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: else:
mmio = MMIO(int(PL.ip_dict[IP][0], 16), int(PL.ip_dict[IP][1], 16)) mmio = MMIO(int(PL.ip_dict[IP][0], 16), int(PL.ip_dict[IP][1], 16))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment