litescope: pep8 (W292)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 13 Apr 2015 11:38:35 +0000 (13:38 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 13 Apr 2015 11:38:35 +0000 (13:38 +0200)
misoclib/tools/litescope/host/driver/reg.py

index 9c85c2867ffbc9072ad2b01f66ee6f45a6b9a85a..2dc4d655a529ca0fdc4f603b0f506c46cdff6ca3 100644 (file)
@@ -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)