mirror of https://github.com/openXC7/prjxray.git
Run make format.
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
aa4ea882df
commit
1a7302418e
|
|
@ -131,9 +131,8 @@ def check_tile_overlap(db, verbose=False):
|
|||
addr, bitaddr = ck
|
||||
word, bit = util.addr_bit2word(bitaddr)
|
||||
print(
|
||||
" %s: had %s, got %s" % (
|
||||
util.addr2str(addr, word, bit), mall[ck],
|
||||
mtile[ck]))
|
||||
" %s: had %s, got %s" %
|
||||
(util.addr2str(addr, word, bit), mall[ck], mtile[ck]))
|
||||
raise ValueError("%s collisions" % len(collisions))
|
||||
mall.update(mtile)
|
||||
tiles_checked += 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue