From: Florent Kermarrec Date: Mon, 13 Apr 2015 11:38:35 +0000 (+0200) Subject: litescope: pep8 (W292) X-Git-Tag: 24jan2021_ls180~2353 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb58f45b3112ca2f004508e9c744305e3623aa14;p=litex.git litescope: pep8 (W292) --- diff --git a/misoclib/tools/litescope/host/driver/reg.py b/misoclib/tools/litescope/host/driver/reg.py index 9c85c286..2dc4d655 100644 --- a/misoclib/tools/litescope/host/driver/reg.py +++ b/misoclib/tools/litescope/host/driver/reg.py @@ -58,4 +58,4 @@ def build_map(addrmap, busword, readfn, writefn): addr = int(addr.replace("0x", ""), 16) length = int(length) d[name] = MappedReg(readfn, writefn, name, addr, length, busword, mode) - return MappedRegs(d) \ No newline at end of file + return MappedRegs(d)