litescope: pep8 (W292)
This commit is contained in:
parent
f16623d548
commit
eb58f45b31
|
@ -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)
|
||||
return MappedRegs(d)
|
||||
|
|
Loading…
Reference in New Issue